From 998b63a35256ac985a5a2714dd1ca451af4dfd8a Mon Sep 17 00:00:00 2001 From: Fuwn Date: Wed, 9 Oct 2024 00:41:20 -0700 Subject: chore(prettier): use spaces instead of tabs --- src/lib/Utility/string.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/Utility/string.ts') diff --git a/src/lib/Utility/string.ts b/src/lib/Utility/string.ts index 8cfc4ee5..7ecd2023 100644 --- a/src/lib/Utility/string.ts +++ b/src/lib/Utility/string.ts @@ -1,2 +1,2 @@ export const abbreviate = (title: string, maxLength: number) => - title.length > maxLength ? `${title.slice(0, maxLength)}...` : title; + title.length > maxLength ? `${title.slice(0, maxLength)}...` : title; -- cgit v1.2.3