aboutsummaryrefslogtreecommitdiff
path: root/webAO/client/aoHost.ts
diff options
context:
space:
mode:
authorstonedDiscord <stonedDiscord@users.noreply.github.com>2025-01-20 19:34:11 +0000
committerGitHub Action <actions@github.com>2025-01-20 19:34:11 +0000
commit7cfafa9fd9c65c45a158c08e446809d08c024f4b (patch)
tree99042ffc52e9950bf9dda0a8ea49ae431faf26fb /webAO/client/aoHost.ts
parent26d4521eeeaa99c60dafd92e5a7b38a6def20b92 (diff)
Prettified Code!
Diffstat (limited to 'webAO/client/aoHost.ts')
-rw-r--r--webAO/client/aoHost.ts2
1 files changed, 1 insertions, 1 deletions
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;
- }
+ }
};