From 59028dd4046ad0715d80be8d1ed0031f20f05b7a Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Wed, 20 Sep 2023 12:57:45 +0200 Subject: mostly whitespaces, please don't break --- webAO/viewport/constants/colors.ts | 2 +- webAO/viewport/constants/defaultChatMsg.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'webAO/viewport/constants') 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; -- cgit