style(ui): apply biome recos

This commit is contained in:
Edouard Vanbelle
2026-04-26 00:22:49 +02:00
parent ae15d5adc5
commit 08cbf3a423
22 changed files with 23 additions and 45 deletions
+1 -4
View File
@@ -994,10 +994,7 @@ const fileOps = {
console.log('Response status:', response.status);
if (response.ok) {
ui.showNotification(
i18n.t('notifications.file_renamed'),
i18n.t('notifications.file_renamed_to', { name: newName })
);
ui.showNotification(i18n.t('notifications.file_renamed'), i18n.t('notifications.file_renamed_to', { name: newName }));
return true;
} else {
const errorText = await response.text();