Test Failed
Push — master ( f1b79c...5a27da )
by Alex
01:58
created
HtmlTemplate.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -202,7 +202,7 @@
 block discarded – undo
202 202
     protected function fileExists(string $fileSubPath): bool
203 203
     {
204 204
         foreach ($this->paths as $path) {
205
-            print(trim($path, '/\\') . '/' . trim($fileSubPath, '/\\')."\r\n");
205
+            print(trim($path, '/\\') . '/' . trim($fileSubPath, '/\\') . "\r\n");
206 206
             if (file_exists(trim($path, '/\\') . '/' . trim($fileSubPath, '/\\'))) {
207 207
                 return true;
208 208
             }
Please login to merge, or discard this patch.