Skip to content
This repository was archived by the owner on Jun 23, 2025. It is now read-only.

Commit 236f9f7

Browse files
committed
whitespace
1 parent 377114c commit 236f9f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/quickDocs.vala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public class App : Gtk.Application {
4444

4545
var user_settings = new GLib.Settings ("com.github.mdh34.quickdocs");
4646
window.destroy.connect (() => {
47-
user_settings.set_string ("tab", stack.get_visible_child_name());
47+
user_settings.set_string ("tab", stack.get_visible_child_name ());
4848
});
4949

5050
var stack_switcher = new StackSwitcher ();

0 commit comments

Comments
 (0)