From 326ccf25c225f56a64873c47b1fadd9d3cc24ae8 Mon Sep 17 00:00:00 2001
From: donal <donalspring@gmail.com>
Date: Mon, 16 Apr 2018 15:27:44 +0200
Subject: [PATCH] tdd lab ready to go

---
 src/store/mutations.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/store/mutations.js b/src/store/mutations.js
index 2ad29a6..1f729db 100644
--- a/src/store/mutations.js
+++ b/src/store/mutations.js
@@ -30,5 +30,5 @@
   MARK_TODO_COMPLETED(state, index) {
     console.log("INFO - MARK_TODO_COMPLETED");
     state.todos[index].completed = !state.todos[index].completed;
-  }
+  },
 };

--
Gitblit v1.9.3