From 55e8eaf692c92ae2755b6a50559fcbf22b79a358 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 14 Jul 2021 16:24:02 +0100 Subject: [PATCH] script: Fix a formatting glitch Signed-off-by: Ian Jackson --- templates/script.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/script.ts b/templates/script.ts index ff132745..e9064bdb 100644 --- a/templates/script.ts +++ b/templates/script.ts @@ -242,9 +242,9 @@ function api_posted() { } function api_piece_x(f: (meth: string, payload: Object) => void, - meth: string, - piece: PieceId, p: PieceInfo, - op: Object) { + meth: string, + piece: PieceId, p: PieceInfo, + op: Object) { clear_halo(piece,p); cseq += 1; p.cseq = cseq; -- 2.30.2