From 89002fbfeb957d6ea697484852e95e6ae90a60fa Mon Sep 17 00:00:00 2001
From: Jan Tegeder <jan.tegeder@mni.thm.de>
Date: Fri, 19 May 2017 15:20:41 +0200
Subject: [PATCH] Test

---
 src/todo.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/todo.js b/src/todo.js
index 63bce79..5d3baa3 100644
--- a/src/todo.js
+++ b/src/todo.js
@@ -3,7 +3,7 @@
  */
 const todos = [];
 class Todo {
-    constructor(title, description) {
+            constructor(title, description) {
         this.title = title;
         this.description = description;
     }
-- 
GitLab