clean up a bit
[taskasaur.git] / headers / parser.h
index db4bf8b..950e560 100644 (file)
@@ -35,6 +35,5 @@ typedef struct Board {
     int todolist_count;
 } Board;
 
-
 extern Board* begin_parse(char* board_path);