diff --git a/js/ui/appDisplay.js b/js/ui/appDisplay.js
index e7510a36c..a027dc86b 100644
--- a/js/ui/appDisplay.js
+++ b/js/ui/appDisplay.js
@@ -1147,7 +1147,10 @@ var FolderIcon = class FolderIcon {
         // whether we need to update arrow side, position etc.
         this._popupInvalidated = false;
 
-        this.icon = new IconGrid.BaseIcon('', { createIcon: this._createIcon.bind(this), setSizeManually: true });
+        this.icon = new IconGrid.BaseIcon('', {
+            createIcon: this._createIcon.bind(this),
+            setSizeManually: true
+        });
         this.actor.set_child(this.icon);
         this.actor.label_actor = this.icon.label;