style: remove unnecessary semicolons after blocks

This commit is contained in:
2026-08-07 16:58:19 +02:00
parent 636f3c4be8
commit 203d222dc9
7 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ export async function loadLanguage (locale) {
if (loadedLanguages.has(locale)) {
i18n.global.locale.value = locale;
return;
};
}
const messages = (await import(`./locales/${locale}.json`)).default;