From acb912697ec6ab1b0ec42ff41d246ee63fbff5d1 Mon Sep 17 00:00:00 2001 From: Henrik Giesel Date: Tue, 2 Mar 2021 13:19:49 +0100 Subject: [PATCH] Satisfy formatter --- ts/editor/labelContainer.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ts/editor/labelContainer.ts b/ts/editor/labelContainer.ts index 4742d18fe..33dab51ea 100644 --- a/ts/editor/labelContainer.ts +++ b/ts/editor/labelContainer.ts @@ -1,9 +1,8 @@ import { bridgeCommand } from "./lib"; - function removeHoverIcon(evt: Event): void { const icon = evt.currentTarget as HTMLElement; - icon.classList.remove("icon--hover") + icon.classList.remove("icon--hover"); } function hoverIcon(evt: Event): void {