Test Failed
Branch slatelang (00f86f)
by Roman
05:26
created
Category
src/PeacefulBit/Slate/Parser/Nodes/FunctionExpression.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@
 block discarded – undo
46 46
 
47 47
         $body = strval($this->getBody());
48 48
 
49
-        $indentedBody = strlen($body) <= self::INLINE_THRESHOLD ? ' '  . $body : PHP_EOL . indent(2, $body);
49
+        $indentedBody = strlen($body) <= self::INLINE_THRESHOLD ? ' ' . $body : PHP_EOL . indent(2, $body);
50 50
 
51 51
         return $prefix . $signatureString . $indentedBody . $suffix;
52 52
     }
Please login to merge, or discard this patch.