Completed
Pull Request — master (#1)
by Lukáš
05:49 queued 03:57
created
Twig/JSBlockExtension.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -36,7 +36,7 @@
 block discarded – undo
36 36
      */
37 37
     public function render()
38 38
     {
39
-        return implode("\n    ", $this->collected)."\n";
39
+        return implode("\n    ", $this->collected) . "\n";
40 40
     }
41 41
 
42 42
     /**
Please login to merge, or discard this patch.