Skip to content

Commit e89fc70

Browse files
committed
Fix lint
1 parent 4c437ae commit e89fc70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/WindowManager.vala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -936,7 +936,7 @@ namespace Gala {
936936

937937
if (window.can_close ())
938938
flags |= WindowFlags.CAN_CLOSE;
939-
939+
940940
unowned var workspace = window.get_workspace ();
941941
if (workspace != null) {
942942
unowned var manager = window.display.get_workspace_manager ();

0 commit comments

Comments
 (0)