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:
@@ -33,7 +33,7 @@ const props = defineProps({
|
||||
}
|
||||
});
|
||||
|
||||
const followLink = function followLink () {
|
||||
const followLink = function followLink() {
|
||||
goToSettingsPage(props.target);
|
||||
};
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user