From 15c5e6d39ce55777fc587774ab45945cb8ac6226 Mon Sep 17 00:00:00 2001 From: Nathan Cannon Date: Mon, 17 Sep 2018 13:00:20 +0100 Subject: [PATCH] Formatting. --- frontend/src/store.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/store.js b/frontend/src/store.js index c3bc6d3..41848dc 100644 --- a/frontend/src/store.js +++ b/frontend/src/store.js @@ -20,7 +20,7 @@ export default new Vuex.Store({ setDescription(state, newDescription) { state.description = newDescription; }, - setType(state, newType){ + setType(state, newType) { state.type = newType; } },