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:
@@ -20,7 +20,7 @@ import { mountComponent } from '@/test-utils/mountComponent.js';
|
||||
import { expect, test, describe } from 'vitest';
|
||||
import LanguageSwitchButton from '../LanguageSwitchButton.vue';
|
||||
|
||||
const getWrapper = function getWrapper () {
|
||||
const getWrapper = function getWrapper() {
|
||||
return mountComponent(LanguageSwitchButton);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user