Passed
Push — master ( affe4a...b540d5 )
by Бабичев
05:28 queued 03:11
created
src/LeafletServiceProvider.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -12,15 +12,15 @@
 block discarded – undo
12 12
      */
13 13
     public function boot(Leaflet $extension)
14 14
     {
15
-        if (! Leaflet::boot()) {
16
-            return ;
15
+        if (!Leaflet::boot()) {
16
+            return;
17 17
         }
18 18
 
19 19
         if ($views = $extension->views()) {
20 20
             $this->loadViewsFrom($views, 'laravel-admin-leaflet');
21 21
         }
22 22
 
23
-        $this->app->booted(function () {
23
+        $this->app->booted(function() {
24 24
             Form::extend('leaflet', LeafletMap::class);
25 25
         });
26 26
     }
Please login to merge, or discard this patch.