From 6684f3fce6e90fd0574d7bab63b629554ab03ef6 Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Wed, 20 Nov 2024 13:31:50 +0000 Subject: Prettified Code! --- webAO/dom/onReplayGo.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'webAO/dom/onReplayGo.ts') diff --git a/webAO/dom/onReplayGo.ts b/webAO/dom/onReplayGo.ts index 82a6f2f..4475778 100644 --- a/webAO/dom/onReplayGo.ts +++ b/webAO/dom/onReplayGo.ts @@ -5,6 +5,6 @@ import { client } from "../client"; * @param {KeyboardEvent} event */ export function onReplayGo(_event: Event) { - client.handleReplay(); + client.handleReplay(); } -window.onReplayGo = onReplayGo; \ No newline at end of file +window.onReplayGo = onReplayGo; -- cgit