appDisplay: Indent with spaces rather than tabs
Another style nit that sneaked in with commit eaa32090b9
.
https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/640
This commit is contained in:
parent
0ecf135a4b
commit
a455860978
@ -134,7 +134,7 @@ class BaseAppView {
|
||||
|
||||
addItem(icon) {
|
||||
let id = icon.id;
|
||||
if (this.hasItem(id))
|
||||
if (this.hasItem(id))
|
||||
throw new Error(`icon with id ${id} already added to view`);
|
||||
|
||||
this._allItems.push(icon);
|
||||
|
Loading…
Reference in New Issue
Block a user