Completed
Push — master ( 84d676...607d64 )
by Oscar
04:24
created
src/Providers/Formats.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -11,13 +11,13 @@
 block discarded – undo
11 11
     public function getFactories()
12 12
     {
13 13
         return [
14
-        	'builder' => function (App $app): FormatFactory {
15
-            	return new FormatFactory($app);
16
-        	}
14
+            'builder' => function (App $app): FormatFactory {
15
+                return new FormatFactory($app);
16
+            }
17 17
         ];
18 18
     }
19 19
 
20 20
     public function getExtensions() {
21
-    	return [];
21
+        return [];
22 22
     }
23 23
 }
Please login to merge, or discard this patch.