Skip to content

Commit

Permalink
removed trailing space char in custom date time (#616)
Browse files Browse the repository at this point in the history
  • Loading branch information
tlemy committed Feb 1, 2024
1 parent 318fe4d commit a453117
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugins/time/xed-time-plugin.c
Expand Up @@ -712,7 +712,6 @@ real_insert_time (GtkTextBuffer *buffer,
gtk_text_buffer_begin_user_action (buffer);

gtk_text_buffer_insert_at_cursor (buffer, the_time, -1);
gtk_text_buffer_insert_at_cursor (buffer, " ", -1);

gtk_text_buffer_end_user_action (buffer);
}
Expand Down

0 comments on commit a453117

Please sign in to comment.