Completed
Push — master ( 522212...19d15a )
by Devin
02:20
created
src/BinListServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@
 block discarded – undo
28 28
     {
29 29
         $this->app->singleton(
30 30
             'binlist',
31
-            function () {
31
+            function() {
32 32
                 return new BinList();
33 33
             }
34 34
         );
Please login to merge, or discard this patch.