Skip to content

Commit ce60f85

Browse files
committed
Fix lint
1 parent 709fc83 commit ce60f85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/KeyboardManager.vala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public class Gala.KeyboardManager : Object {
2121

2222
construct {
2323
settings = new GLib.Settings ("org.gnome.desktop.input-sources");
24-
24+
2525
set_keyboard_layout ("sources"); // Update the list of layouts
2626
set_keyboard_layout ("current"); // Set current layout
2727

0 commit comments

Comments
 (0)