Fix whitespace

This commit is contained in:
Balazs Gyurak
2020-01-05 17:47:40 +00:00
parent 767d69cd0f
commit 8bd077c868

View File

@@ -815,7 +815,7 @@ function getActiveWorkspace() {
return global.screen.get_active_workspace()
} else { // mutter >= 3.29
let workspaceManager = global.workspace_manager;
return workspaceManager.get_active_workspace();
return workspaceManager.get_active_workspace();
}
}