Passed
Push — main ( a499e2...75a059 )
by Michael
02:35
created
src/FormatterServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -57,7 +57,7 @@
 block discarded – undo
57 57
 
58 58
         $packageFormatters
59 59
             ->merge($appFormatters)
60
-            ->each(function ($file) use ($app_folder) {
60
+            ->each(function($file) use ($app_folder) {
61 61
                 $filename = $file->getFilenameWithoutExtension();
62 62
 
63 63
                 $class = $this->getFormatterClass(
Please login to merge, or discard this patch.