Completed
Pull Request — master (#4540)
by Jan-Christoph
42:07 queued 30:43
created
apps/files_external/appinfo/app.php 1 patch
Indentation   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -38,14 +38,14 @@
 block discarded – undo
38 38
 \OC_Mount_Config::$app->registerSettings();
39 39
 
40 40
 \OCA\Files\App::getNavigationManager()->add(function () {
41
-	$l = \OC::$server->getL10N('files_external');
42
-	return [
43
-		'id' => 'extstoragemounts',
44
-		'appname' => 'files_external',
45
-		'script' => 'list.php',
46
-		'order' => 30,
47
-		'name' => $l->t('External storages'),
48
-	];
41
+    $l = \OC::$server->getL10N('files_external');
42
+    return [
43
+        'id' => 'extstoragemounts',
44
+        'appname' => 'files_external',
45
+        'script' => 'list.php',
46
+        'order' => 30,
47
+        'name' => $l->t('External storages'),
48
+    ];
49 49
 });
50 50
 
51 51
 $mountProvider = $appContainer->query('OCA\Files_External\Config\ConfigAdapter');
Please login to merge, or discard this patch.