Skip to content

Commit 1cc48bf

Browse files
committed
fix: vala lint errors
1 parent 61a1ca7 commit 1cc48bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Application.vala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ public class Tomato : Gtk.Application {
4343
var quit_action = new SimpleAction ("quit", null);
4444
quit_action.activate.connect (quit);
4545
add_action (quit_action);
46-
46+
4747
set_accels_for_action ("app.quit", { "<Control>q" });
48-
48+
4949
var granite_settings = Granite.Settings.get_default ();
5050
var gtk_settings = Gtk.Settings.get_default ();
5151

0 commit comments

Comments
 (0)