From 98d1364348871becd8a16b8b8565c9a95bdd891c Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 12 Apr 2021 19:27:44 +0100 Subject: [PATCH] js: Tiny reformat Signed-off-by: Ian Jackson --- templates/script.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/templates/script.ts b/templates/script.ts index 754c666f..64c77fa0 100644 --- a/templates/script.ts +++ b/templates/script.ts @@ -906,8 +906,7 @@ function mouse_find_clicked(e: MouseEvent, target: SVGGraphicsElement, return mouse_clicked_one(piece); } else if (special_count == 0) { return mouse_find_lowest(e); - } else { - // special_count > 0 + } else { // special_count > 0 let clickpos = mouseevent_pos(e); return mouse_find_predicate( special_count, -- 2.30.2