mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Fix code style
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
parent
6a1f8fb3be
commit
91d445909a
1 changed files with 1 additions and 1 deletions
|
|
@ -163,7 +163,7 @@ class RegistrationContextTest extends TestCase {
|
|||
]);
|
||||
}
|
||||
|
||||
public function dataProvider_TrueFalse(){
|
||||
public function dataProvider_TrueFalse() {
|
||||
return[
|
||||
[true],
|
||||
[false]
|
||||
|
|
|
|||
Loading…
Reference in a new issue