Completed
Pull Request — master (#2631)
by
unknown
02:40
created
src/Form/Builder.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -543,8 +543,8 @@
 block discarded – undo
543 543
     public function renderTools()
544 544
     {
545 545
         if ($this->mode == static::MODE_CREATE) {
546
-           $this->tools->disableDelete();
547
-           $this->tools->disableView();
546
+            $this->tools->disableDelete();
547
+            $this->tools->disableView();
548 548
         }
549 549
         return $this->tools->render();
550 550
     }
Please login to merge, or discard this patch.