From 4a8f35c0eb60a2be49244812848f803d17323cd9 Mon Sep 17 00:00:00 2001 From: Aetherinox Date: Tue, 10 Jun 2025 09:06:10 -0700 Subject: [PATCH] refactor(lint): `There must be a space after this paren @stylistic/js/space-in-parens` --- tvapp2/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tvapp2/index.js b/tvapp2/index.js index 4ab2dc0c..84e127e0 100755 --- a/tvapp2/index.js +++ b/tvapp2/index.js @@ -58,7 +58,7 @@ chalk.level = 3; */ -TimeAgo.addDefaultLocale(en); +TimeAgo.addDefaultLocale( en ); const timeAgo = new TimeAgo( ); /*