Formatting.
This commit is contained in:
parent
d73f35c21b
commit
15c5e6d39c
@ -20,7 +20,7 @@ export default new Vuex.Store({
|
||||
setDescription(state, newDescription) {
|
||||
state.description = newDescription;
|
||||
},
|
||||
setType(state, newType){
|
||||
setType(state, newType) {
|
||||
state.type = newType;
|
||||
}
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user