Skip to content

Commit 8955537

Browse files
committed
Lint
1 parent 378676b commit 8955537

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/MainView.vala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public class Obliviate.MainView : Gtk.Box {
3636
private uint timeout_id;
3737

3838
construct {
39-
overlay = new Gtk.Overlay() {
39+
overlay = new Gtk.Overlay () {
4040
hexpand = true,
4141
vexpand = true
4242
};
@@ -90,7 +90,7 @@ public class Obliviate.MainView : Gtk.Box {
9090

9191
copy_btn = new Gtk.Button.with_label (_ ("Copy")) {
9292
sensitive = false,
93-
hexpand = true
93+
hexpand = true
9494
};
9595

9696
copy_btn.add_css_class (Granite.STYLE_CLASS_SUGGESTED_ACTION);

0 commit comments

Comments
 (0)