Skip to content

Commit 8e23989

Browse files
committed
Lint
1 parent edc2f2e commit 8e23989

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/AppSystem/Launcher.vala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ public class Dock.Launcher : BaseItem {
175175
valign = END
176176
};
177177

178-
insert_child_after(running_revealer, bin);
178+
insert_child_after (running_revealer, bin);
179179

180180
insert_action_group (ACTION_GROUP_PREFIX, app.action_group);
181181

src/BaseIconGroup.vala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public abstract class Dock.BaseIconGroup : BaseItem {
1818
if ((value != HIDDEN) && !moving) {
1919
add_css_class ("running");
2020
} else if (has_css_class ("running")) {
21-
remove_css_class("running");
21+
remove_css_class ("running");
2222
}
2323
}
2424
}

0 commit comments

Comments
 (0)