@@ -66,7 +66,7 @@ |
||
| 66 | 66 | public static function make(GitterUser $gitterUser, \Closure $new = null) |
| 67 | 67 | { |
| 68 | 68 | if ($new === null) { |
| 69 | - $new = function () { |
|
| 69 | + $new = function() { |
|
| 70 | 70 | }; |
| 71 | 71 | } |
| 72 | 72 | |