]> source.dussan.org Git - nextcloud-server.git/commitdiff
fixed coding style issue
authorKonrad Abicht <hi@inspirito.de>
Tue, 9 Feb 2021 14:40:19 +0000 (15:40 +0100)
committerKonrad Abicht <hi@inspirito.de>
Tue, 9 Feb 2021 14:40:19 +0000 (15:40 +0100)
Signed-off-by: Konrad Abicht <hi@inspirito.de>
tests/Core/Data/LoginFlowV2CredentialsTest.php

index 4b43a99348798de581aaff647eb9f6211f2b2d23..e20a5fc962254f92a25de8e2abb3d80f1d16e863 100644 (file)
@@ -26,7 +26,6 @@ use OC\Core\Data\LoginFlowV2Credentials;
 use Test\TestCase;
 
 class LoginFlowV2CredentialsTest extends TestCase {
-
        private function createInstance(string $server, string $loginName, string $appPassword) {
                return new LoginFlowV2Credentials($server, $loginName, $appPassword);
        }