colors on select
[taskasaur.git] / utils.c
diff --git a/utils.c b/utils.c
index ecf4b70..a649239 100644 (file)
--- a/utils.c
+++ b/utils.c
@@ -39,7 +39,6 @@ wrap_text(char* str, int max_width, int* lines)
 
         str_read += max_width;
         line_count += 1;
-
     }
 
     *lines = line_count;