Test Setup Failed
Push — master ( 581e25...d99e32 )
by Sujal
54s queued 11s
created
src/CalculatorServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -53,7 +53,7 @@
 block discarded – undo
53 53
         $this->mergeConfigFrom(__DIR__.'/../config/config.php', 'calculator');
54 54
 
55 55
         // Register the main class to use with the facade
56
-        $this->app->singleton('calculator', function () {
56
+        $this->app->singleton('calculator', function() {
57 57
             return new Calculator;
58 58
         });
59 59
     }
Please login to merge, or discard this patch.