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:
Florian Müllner 2019-07-23 19:58:05 +02:00
parent 0ecf135a4b
commit a455860978

View File

@ -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);