[gnome-todo] task-model: Trivial style cleanup



commit c06890f42e926afc47f50fbcf5d8cd8080f6fd13
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Wed Sep 18 13:39:38 2019 -0300

    task-model: Trivial style cleanup

 src/models/gtd-task-model.c | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/src/models/gtd-task-model.c b/src/models/gtd-task-model.c
index e9c331b..8c7ace5 100644
--- a/src/models/gtd-task-model.c
+++ b/src/models/gtd-task-model.c
@@ -68,7 +68,6 @@ on_model_items_changed_cb (GListModel   *model,
   GTD_TRACE_MSG ("Child model changed with position=%u, n_removed=%u, n_added=%u", position, n_removed, 
n_added);
 
   g_list_model_items_changed (G_LIST_MODEL (self), position, n_removed, n_added);
-
 }
 
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]