Formatting.

This commit is contained in:
neviyn 2018-09-17 13:00:20 +01:00
parent d73f35c21b
commit 15c5e6d39c

View File

@ -20,7 +20,7 @@ export default new Vuex.Store({
setDescription(state, newDescription) {
state.description = newDescription;
},
setType(state, newType){
setType(state, newType) {
state.type = newType;
}
},