generated from Seekra/repository-template
style: remove unnecessary function whitespace
Remove the unnecessary whitespace between the function name or the 'function' keyword and the opening parenthesis.
This commit is contained in:
+1
-1
@@ -68,7 +68,7 @@ const router = createRouter({
|
||||
routes
|
||||
});
|
||||
|
||||
export const updatePageTitle = function updatePageTitle (route) {
|
||||
export const updatePageTitle = function updatePageTitle(route) {
|
||||
const title =
|
||||
typeof route.meta.title === 'function'
|
||||
? route.meta.title(route)
|
||||
|
||||
Reference in New Issue
Block a user