Passed
Push — master ( 010dd6...fb5a24 )
by Joas
21:35 queued 09:41
created
lib/public/AppFramework/Http/RedirectToDefaultAppResponse.php 1 patch
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -29,12 +29,12 @@
 block discarded – undo
29 29
 class RedirectToDefaultAppResponse extends RedirectResponse {
30 30
 
31 31
 
32
-	/**
33
-	 * Creates a response that redirects to the default app
34
-	 * @since 16.0.0
35
-	 */
36
-	public function __construct() {
37
-		parent::__construct(\OC_Util::getDefaultPageUrl());
38
-	}
32
+    /**
33
+     * Creates a response that redirects to the default app
34
+     * @since 16.0.0
35
+     */
36
+    public function __construct() {
37
+        parent::__construct(\OC_Util::getDefaultPageUrl());
38
+    }
39 39
 
40 40
 }
Please login to merge, or discard this patch.