Skip to content

Commit 276ab3e

Browse files
committed
Fix lint again
1 parent ba6b787 commit 276ab3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Widgets/MultitaskingView/WorkspaceRow.vala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public class Gala.WorkspaceRow : ActorTarget, Focusable {
5050
}
5151

5252
public override bool move_focus (FocusDirection direction) {
53-
var child_index = -(int) get_current_commit (SWITCH_WORKSPACE);
53+
var child_index = - (int) get_current_commit (SWITCH_WORKSPACE);
5454
return ((Focusable) get_child_at_index (child_index)).focus (direction);
5555
}
5656
}

0 commit comments

Comments
 (0)