From 41c2dd16f2c085e5377c7b082fedb36142920034 Mon Sep 17 00:00:00 2001 From: YunZLu <130174259+YunZLu@users.noreply.github.com> Date: Fri, 18 Apr 2025 04:12:37 +0800 Subject: [PATCH] fix(eslint): resolve no-trailing-spaces error --- public/scripts/extensions/tts/system.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/scripts/extensions/tts/system.js b/public/scripts/extensions/tts/system.js index 78874fc03..9730d5e1d 100644 --- a/public/scripts/extensions/tts/system.js +++ b/public/scripts/extensions/tts/system.js @@ -292,4 +292,4 @@ class SystemTtsProvider { }); }); } -} +}