We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edc2f2e commit 8e23989Copy full SHA for 8e23989
src/AppSystem/Launcher.vala
@@ -175,7 +175,7 @@ public class Dock.Launcher : BaseItem {
175
valign = END
176
};
177
178
- insert_child_after(running_revealer, bin);
+ insert_child_after (running_revealer, bin);
179
180
insert_action_group (ACTION_GROUP_PREFIX, app.action_group);
181
src/BaseIconGroup.vala
@@ -18,7 +18,7 @@ public abstract class Dock.BaseIconGroup : BaseItem {
18
if ((value != HIDDEN) && !moving) {
19
add_css_class ("running");
20
} else if (has_css_class ("running")) {
21
- remove_css_class("running");
+ remove_css_class ("running");
22
}
23
24
0 commit comments