diff --git a/src/todo.js b/src/todo.js
index d5067d350a2777f81233f9e60c0c39904b0f1fdd..63bce7966062ac1818be788c4e55fc6caa7380b7 100644
--- a/src/todo.js
+++ b/src/todo.js
@@ -2,8 +2,6 @@
  * Created by merh on 24.03.17.
  */
 const todos = [];
-
-
 class Todo {
     constructor(title, description) {
         this.title = title;
@@ -39,4 +37,4 @@ function submitTodo() {
 
     title.value = '';
     description.value = '';
-}
\ No newline at end of file
+}