style: Fix stray/missing spaces
Spotted by eslint. https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/607
This commit is contained in:
@ -582,7 +582,7 @@ var WorkspacesDisplay = class {
|
||||
}
|
||||
|
||||
hide() {
|
||||
if (this._restackedNotifyId > 0){
|
||||
if (this._restackedNotifyId > 0) {
|
||||
Main.overview.disconnect(this._restackedNotifyId);
|
||||
this._restackedNotifyId = 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user