[gnome-shell] dash: Reindent some more code



commit 5c31ef6ae2c7d36bc04dee10eb15efce815314af
Author: Florian Müllner <fmuellner gnome org>
Date:   Tue Feb 9 22:01:45 2021 +0100

    dash: Reindent some more code
    
    Again we're about to touch it.
    
    https://gitlab.gnome.org/Teams/Design/os-mockups/-/issues/89
    
    Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1660>

 js/ui/dash.js | 16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)
---
diff --git a/js/ui/dash.js b/js/ui/dash.js
index 52b07a51c1..efd855787e 100644
--- a/js/ui/dash.js
+++ b/js/ui/dash.js
@@ -57,13 +57,15 @@ class DashIcon extends AppDisplay.AppIcon {
 var DashItemContainer = GObject.registerClass(
 class DashItemContainer extends St.Widget {
     _init() {
-        super._init({ style_class: 'dash-item-container',
-                      pivot_point: new Graphene.Point({ x: .5, y: .5 }),
-                      scale_x: 0,
-                      scale_y: 0,
-                      opacity: 0,
-                      x_expand: true,
-                      x_align: Clutter.ActorAlign.CENTER });
+        super._init({
+            style_class: 'dash-item-container',
+            pivot_point: new Graphene.Point({ x: .5, y: .5 }),
+            scale_x: 0,
+            scale_y: 0,
+            opacity: 0,
+            x_expand: true,
+            x_align: Clutter.ActorAlign.CENTER,
+        });
 
         this._labelText = "";
         this.label = new St.Label({ style_class: 'dash-label' });


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]