Completed
Push — master ( 340ea1...4328e2 )
by Blizzz
25:41
created
apps/federatedfilesharing/lib/AppInfo/Application.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -39,7 +39,7 @@
 block discarded – undo
39 39
 		foreach ($fileResourceTypes as $type) {
40 40
 			$manager->addCloudFederationProvider($type,
41 41
 				'Federated Files Sharing',
42
-				function () use ($appContainer): CloudFederationProviderFiles {
42
+				function() use ($appContainer): CloudFederationProviderFiles {
43 43
 					return $appContainer->get(CloudFederationProviderFiles::class);
44 44
 				});
45 45
 		}
Please login to merge, or discard this patch.