@@ -14,11 +14,11 @@ |
||
14 | 14 | ], 'config'); |
15 | 15 | |
16 | 16 | config([ |
17 | - 'app.editor' => function ($file, $line) { |
|
17 | + 'app.editor' => function($file, $line) { |
|
18 | 18 | $homestead = rtrim(config('genealabs-laravel-whoops-atom.homestead-sites-path'), '/'); |
19 | 19 | $local = rtrim(config('genealabs-laravel-whoops-atom.local-sites-path'), '/'); |
20 | 20 | |
21 | - if (! $local) { |
|
21 | + if (!$local) { |
|
22 | 22 | return ''; |
23 | 23 | } |
24 | 24 |