@@ -27,7 +27,7 @@ |
||
27 | 27 | */ |
28 | 28 | public function register(Container $pimple) |
29 | 29 | { |
30 | - $pimple['newrelic'] = function () { |
|
30 | + $pimple['newrelic'] = function() { |
|
31 | 31 | return new Agent(); |
32 | 32 | }; |
33 | 33 | } |