@@ -190,7 +190,7 @@ |
||
| 190 | 190 | $this->terminate(); |
| 191 | 191 | } |
| 192 | 192 | |
| 193 | - if($this->body instanceof Closure) { |
|
| 193 | + if ($this->body instanceof Closure) { |
|
| 194 | 194 | $body = $this->body(); |
| 195 | 195 | } else { |
| 196 | 196 | $body = $this->body; |