From 91d445909ac4fea3e57b07dbfa0fb8dc6ad5223c Mon Sep 17 00:00:00 2001
From: Morris Jobke <hey@morrisjobke.de>
Date: Mon, 12 Oct 2020 14:54:51 +0200
Subject: [PATCH] Fix code style

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
---
 tests/lib/AppFramework/Bootstrap/RegistrationContextTest.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/lib/AppFramework/Bootstrap/RegistrationContextTest.php b/tests/lib/AppFramework/Bootstrap/RegistrationContextTest.php
index 8e88db6f19a..e304a63cfc4 100644
--- a/tests/lib/AppFramework/Bootstrap/RegistrationContextTest.php
+++ b/tests/lib/AppFramework/Bootstrap/RegistrationContextTest.php
@@ -163,7 +163,7 @@ class RegistrationContextTest extends TestCase {
 		]);
 	}
 
-	public function dataProvider_TrueFalse(){
+	public function dataProvider_TrueFalse() {
 		return[
 			[true],
 			[false]
-- 
GitLab