Skip to content

Commit a453117

Browse files
authored
removed trailing space char in custom date time (#616)
1 parent 318fe4d commit a453117

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

plugins/time/xed-time-plugin.c

-1
Original file line numberDiff line numberDiff line change
@@ -712,7 +712,6 @@ real_insert_time (GtkTextBuffer *buffer,
712712
gtk_text_buffer_begin_user_action (buffer);
713713

714714
gtk_text_buffer_insert_at_cursor (buffer, the_time, -1);
715-
gtk_text_buffer_insert_at_cursor (buffer, " ", -1);
716715

717716
gtk_text_buffer_end_user_action (buffer);
718717
}

0 commit comments

Comments
 (0)