From cdcca4a444672e20e9125594a0cd11d32c637d1b Mon Sep 17 00:00:00 2001 From: nachtjasmin Date: Sat, 1 Oct 2022 14:44:35 +0200 Subject: [PATCH] style: format all files --- ts/buttons.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts/buttons.ts b/ts/buttons.ts index e4d313c..994334c 100644 --- a/ts/buttons.ts +++ b/ts/buttons.ts @@ -15,4 +15,4 @@ export const setupResetButton = () => { btn?.addEventListener("click", () => { window.location.reload(); }); -}; \ No newline at end of file +};