From: Ian Jackson Date: Tue, 6 Jul 2021 00:20:36 +0000 (+0100) Subject: script: Remove a redundant semicolon X-Git-Tag: otter-0.7.2~264 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=7acf0307b809761afcfc51a5a0ce4609512f1da8;p=otter.git script: Remove a redundant semicolon Signed-off-by: Ian Jackson --- diff --git a/templates/script.ts b/templates/script.ts index adc7dc91..e069f04d 100644 --- a/templates/script.ts +++ b/templates/script.ts @@ -565,7 +565,7 @@ type LowerTodoList = { [piece: string]: LowerTodoItem }; keyops_local['lower'] = function (uo: UoRecord) { lower_targets(uo); } function lower_treat_bottom(p: PieceInfo): boolean { - return wresting || p.pinned;; + return wresting || p.pinned; } function lower_targets(uo: UoRecord): boolean {