From 6684f3fce6e90fd0574d7bab63b629554ab03ef6 Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Wed, 20 Nov 2024 13:31:50 +0000 Subject: Prettified Code! --- webAO/client/isCategory.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'webAO/client/isCategory.ts') diff --git a/webAO/client/isCategory.ts b/webAO/client/isCategory.ts index 0d2b8df..3f3dfd5 100644 --- a/webAO/client/isCategory.ts +++ b/webAO/client/isCategory.ts @@ -1,6 +1,6 @@ export const isCategory = (trackname: string) => { - const audioEndings = ["==", "--"]; - return ( - audioEndings.filter((ending) => trackname.startsWith(ending)).length === 1 - ); -} \ No newline at end of file + const audioEndings = ["==", "--"]; + return ( + audioEndings.filter((ending) => trackname.startsWith(ending)).length === 1 + ); +}; -- cgit