Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
lenemter committed Dec 13, 2024
1 parent 148cf0f commit 2a636c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/WindowManager.vala
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ namespace Gala {
return;
}

var d = dx.abs () > dy.abs () ? dx : dy;
var d = dx.abs () > dy.abs () ? dx : dy;

if (d > 0) {
switch_to_next_workspace (Meta.MotionDirection.RIGHT, timestamp);
Expand Down

0 comments on commit 2a636c9

Please sign in to comment.