From 7acf0307b809761afcfc51a5a0ce4609512f1da8 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 6 Jul 2021 01:20:36 +0100 Subject: [PATCH] script: Remove a redundant semicolon Signed-off-by: Ian Jackson --- templates/script.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.30.2