| @@ -41,7 +41,7 @@ | ||
| 41 | 41 | $this->mergeConfigFrom(__DIR__.'/../../config/config.php', 'ping'); | 
| 42 | 42 | |
| 43 | 43 | // Register the main class to use with the facade | 
| 44 | -        $this->app->singleton('ping', function () { | |
| 44 | +        $this->app->singleton('ping', function() { | |
| 45 | 45 | return new Ping(); | 
| 46 | 46 | }); | 
| 47 | 47 | } |