Passed
Push — master ( c37d37...271c7a )
by Alexey
03:12
created
src/Page/PageRender.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -57,7 +57,7 @@
 block discarded – undo
57 57
         $view->add("layout/layout", $data, "layout");
58 58
         $body = $view->renderBuffered("layout");
59 59
         $this->di->get("response")->setBody($body)
60
-                       ->send($status);
60
+                        ->send($status);
61 61
         exit;
62 62
     }
63 63
 }
Please login to merge, or discard this patch.