Completed
Pull Request — master (#134)
by Stefan
10:23
created
lib/Settings/Section.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -27,8 +27,8 @@
 block discarded – undo
27 27
      * @param IURLGenerator $url
28 28
      */
29 29
     public function __construct(IL10N $l, IURLGenerator $url) {
30
-      $this->l = $l;
31
-      $this->url = $url;
30
+        $this->l = $l;
31
+        $this->url = $url;
32 32
     }
33 33
 
34 34
     /**
Please login to merge, or discard this patch.