Skip to content

Commit 54d41ee

Browse files
committed
forgor semicolons
1 parent 8584002 commit 54d41ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Views/PreferencesView.vala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797

9898
set_autostart.clicked.connect (() => {
9999
debug ("Setting autostart");
100-
Jorts.Utils.autostart_set ()
100+
Jorts.Utils.autostart_set ();
101101
toast.send_notification ();
102102
});
103103

@@ -109,7 +109,7 @@
109109

110110
remove_autostart.clicked.connect (() => {
111111
debug ("Removing autostart");
112-
Jorts.Utils.autostart_remove ()
112+
Jorts.Utils.autostart_remove ();
113113
toast.send_notification ();
114114
});
115115

0 commit comments

Comments
 (0)