Skip to content

Commit fa1a44b

Browse files
committed
Linter
1 parent 1b54db5 commit fa1a44b

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
@@ -94,7 +94,7 @@ public class Badger.Application : Gtk.Application {
9494

9595
bool headless_mode = false;
9696
bool ask = false;
97-
97+
9898
OptionEntry[] options = new OptionEntry[1];
9999
options[0] = {
100100
"headless", 0, 0, OptionArg.NONE,
@@ -146,7 +146,7 @@ public class Badger.Application : Gtk.Application {
146146
}
147147

148148
private void request_autostart () {
149-
149+
150150
Xdp.Portal portal = new Xdp.Portal ();
151151
// portal.begin()
152152

0 commit comments

Comments
 (0)