mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
cleanup: Remove empty leading/trailing lines in blocks
gjs added a new rule to its eslint ruleset that forbids "block padding", so make sure we conform to that rule before syncing up the configuration. https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1498
This commit is contained in:
parent
7521b9c4b2
commit
8a47f1c667
22 changed files with 1 additions and 27 deletions
|
|
@ -1656,7 +1656,6 @@ var ZoomRegion = class ZoomRegion {
|
|||
var Crosshairs = GObject.registerClass(
|
||||
class Crosshairs extends Clutter.Actor {
|
||||
_init() {
|
||||
|
||||
// Set the group containing the crosshairs to three times the desktop
|
||||
// size in case the crosshairs need to appear to be infinite in
|
||||
// length (i.e., extend beyond the edges of the view they appear in).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue