Completed
Pull Request — master (#4995)
by Lukas
12:44
created
version.php 1 patch
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -32,13 +32,13 @@
 block discarded – undo
32 32
 $OC_VersionString = '12.0 RC3';
33 33
 
34 34
 $OC_VersionCanBeUpgradedFrom = [
35
-	'nextcloud' => [
36
-		'11.0' => true,
37
-		'12.0' => true,
38
-	],
39
-	'owncloud' => [
40
-		'10.0.0.12' => true,
41
-	],
35
+    'nextcloud' => [
36
+        '11.0' => true,
37
+        '12.0' => true,
38
+    ],
39
+    'owncloud' => [
40
+        '10.0.0.12' => true,
41
+    ],
42 42
 ];
43 43
 
44 44
 // default Nextcloud channel
Please login to merge, or discard this patch.