diff options
| author | stonedDiscord <Tukz@gmx.de> | 2023-09-20 12:57:45 +0200 |
|---|---|---|
| committer | stonedDiscord <Tukz@gmx.de> | 2023-09-20 12:57:45 +0200 |
| commit | 59028dd4046ad0715d80be8d1ed0031f20f05b7a (patch) | |
| tree | c66c470ad4fb959b8959f1895e410762c557437b /webAO/viewport/constants | |
| parent | ef28c355ef69fee7511956751bbdb5dcd1a931b1 (diff) | |
mostly whitespaces, please don't break
Diffstat (limited to 'webAO/viewport/constants')
| -rw-r--r-- | webAO/viewport/constants/colors.ts | 2 | ||||
| -rw-r--r-- | webAO/viewport/constants/defaultChatMsg.ts | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/webAO/viewport/constants/colors.ts b/webAO/viewport/constants/colors.ts index 4858081..7d1a9a8 100644 --- a/webAO/viewport/constants/colors.ts +++ b/webAO/viewport/constants/colors.ts @@ -9,4 +9,4 @@ export const COLORS = [ "cyan", "grey", "rainbow", - ];
\ No newline at end of file +]; diff --git a/webAO/viewport/constants/defaultChatMsg.ts b/webAO/viewport/constants/defaultChatMsg.ts index 8a5db6b..d25426e 100644 --- a/webAO/viewport/constants/defaultChatMsg.ts +++ b/webAO/viewport/constants/defaultChatMsg.ts @@ -12,4 +12,4 @@ export const defaultChatMsg = { snddelay: 0, preanimdelay: 0, speed: UPDATE_INTERVAL, - } as ChatMsg;
\ No newline at end of file +} as ChatMsg; |
