From: Ian Jackson Date: Wed, 14 Jul 2021 15:24:02 +0000 (+0100) Subject: script: Fix a formatting glitch X-Git-Tag: otter-0.7.2~92 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=55e8eaf692c92ae2755b6a50559fcbf22b79a358;p=otter.git script: Fix a formatting glitch Signed-off-by: Ian Jackson --- 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;