From 7cfafa9fd9c65c45a158c08e446809d08c024f4b Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Mon, 20 Jan 2025 19:34:11 +0000 Subject: Prettified Code! --- webAO/client/aoHost.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'webAO/client') diff --git a/webAO/client/aoHost.ts b/webAO/client/aoHost.ts index 4501104..9102168 100644 --- a/webAO/client/aoHost.ts +++ b/webAO/client/aoHost.ts @@ -13,5 +13,5 @@ export const setAOhost = (val: string) => { } if (AO_HOST.length < 5) { AO_HOST = val; - } + } }; -- cgit