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
+2 -2
View File
@@ -78,7 +78,7 @@ export const updatePageTitle = function updatePageTitle (route) {
document.title = `${title} - Seekra`;
} else {
document.title = 'Seekra';
};
}
};
// remove trailing slash(es)
@@ -90,7 +90,7 @@ router.beforeEach((route) => {
hash: route.hash,
replace: true
};
};
}
});
export default router;