Test Setup Failed
Push — master ( 1f7d16...f540dd )
by Václav
01:40
created
src/Component/BaseListComponent.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@
 block discarded – undo
38 38
     public function render() : void
39 39
     {
40 40
         $this->beforeRender();
41
-        $this->template->setFile(__DIR__. '/BaseListComponent.latte');
41
+        $this->template->setFile(__DIR__.'/BaseListComponent.latte');
42 42
         $this->template->render();
43 43
     }
44 44
 
Please login to merge, or discard this patch.