Passed
Push — master ( c28a4c...bdfc65 )
by Joas
14:54 queued 23s
created
apps/dav/lib/Capabilities.php 1 patch
Indentation   +9 added lines, -9 removed lines patch added patch discarded remove patch
@@ -25,13 +25,13 @@
 block discarded – undo
25 25
 use OCP\Capabilities\ICapability;
26 26
 
27 27
 class Capabilities implements ICapability {
28
-	public function getCapabilities() {
29
-		return [
30
-			'dav' => [
31
-				'chunking' => '1.0',
32
-				// disabled because of https://github.com/nextcloud/desktop/issues/4243
33
-				// 'bulkupload' => '1.0',
34
-			]
35
-		];
36
-	}
28
+    public function getCapabilities() {
29
+        return [
30
+            'dav' => [
31
+                'chunking' => '1.0',
32
+                // disabled because of https://github.com/nextcloud/desktop/issues/4243
33
+                // 'bulkupload' => '1.0',
34
+            ]
35
+        ];
36
+    }
37 37
 }
Please login to merge, or discard this patch.