about summary refs log tree commit diff stats
path: root/src/ui
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui')
-rw-r--r--src/ui/core.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ui/core.c b/src/ui/core.c
index c2feb019..ea558e3f 100644
--- a/src/ui/core.c
+++ b/src/ui/core.c
@@ -771,8 +771,6 @@ ui_duck_result(const char * const result)
         wprintw(windows[win_index]->win, "Result : ");
         wattroff(windows[win_index]->win, COLOUR_THEM);
 
-
-
         glong offset = 0;
         while (offset < g_utf8_strlen(result, -1)) {
             gchar *ptr = g_utf8_offset_to_pointer(result, offset);