Completed
Push — master ( b9f86c...3cac6c )
by Basil
02:29
created
core/web/filters/JsonCruftFilter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -43,7 +43,7 @@
 block discarded – undo
43 43
     
44 44
     public function prependCruft($content)
45 45
     {
46
-        return $this->cruft . trim($content);
46
+        return $this->cruft.trim($content);
47 47
     }
48 48
     
49 49
     public function afterAction($action, $result)
Please login to merge, or discard this patch.