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:
@@ -65,7 +65,7 @@ watch(inputModel, () => {
|
||||
doneButtonInitial.value = false;
|
||||
});
|
||||
|
||||
const apply = function apply () {
|
||||
const apply = function apply() {
|
||||
store.set(props.path, inputModel.value);
|
||||
};
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user