pointerA11yTimeout: Fix style nit

There's a stray space after the opening parentheses. While at it,
reindent the object literal.

https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/654
This commit is contained in:
Florian Müllner 2019-07-26 02:25:32 +02:00
parent 12ec5d1cbe
commit 9b8c0f7519

View File

@ -11,10 +11,12 @@ class PieTimer extends St.DrawingArea {
this._y = 0;
this._startTime = 0;
this._duration = 0;
super._init( { style_class: 'pie-timer',
visible: false,
can_focus: false,
reactive: false });
super._init({
style_class: 'pie-timer',
visible: false,
can_focus: false,
reactive: false
});
}
vfunc_repaint() {