js: Fix linting errors from line shifts

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2794>
This commit is contained in:
Evan Welsh
2023-06-07 21:53:07 -07:00
parent 1e9b906cbc
commit 0705c7a4eb
20 changed files with 47 additions and 41 deletions

View File

@ -335,9 +335,9 @@ var LayoutManager = GObject.registerClass({
let display = global.display;
display.connect('restacked',
this._windowsRestacked.bind(this));
this._windowsRestacked.bind(this));
display.connect('in-fullscreen-changed',
this._updateFullscreen.bind(this));
this._updateFullscreen.bind(this));
const monitorManager = global.backend.get_monitor_manager();
monitorManager.connectObject(