summaryrefslogtreecommitdiffstats
path: root/apps/oauth2/lib/Controller
diff options
context:
space:
mode:
authorChristoph Wurst <ChristophWurst@users.noreply.github.com>2020-04-09 20:39:37 +0200
committerGitHub <noreply@github.com>2020-04-09 20:39:37 +0200
commit008e6d7e849a82fdc3aa20169c4c8bdd0fe506be (patch)
tree6abbe3d8741de956ad787b5e3d55cec85ceb558f /apps/oauth2/lib/Controller
parent64510932b8bd7d4d1d490f7da7fb9ebcf21e31c2 (diff)
parent3a415e4139d6e28c16b0420ab411e6df5ff6d54a (diff)
downloadnextcloud-server-008e6d7e849a82fdc3aa20169c4c8bdd0fe506be.tar.gz
nextcloud-server-008e6d7e849a82fdc3aa20169c4c8bdd0fe506be.zip
Merge pull request #20391 from nextcloud/refactor/spaces-cleanup
Remove all extra whitespace PSR2 does not like
Diffstat (limited to 'apps/oauth2/lib/Controller')
-rw-r--r--apps/oauth2/lib/Controller/OauthApiController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/oauth2/lib/Controller/OauthApiController.php b/apps/oauth2/lib/Controller/OauthApiController.php
index 6e12132ed0f..91dd1b948cf 100644
--- a/apps/oauth2/lib/Controller/OauthApiController.php
+++ b/apps/oauth2/lib/Controller/OauthApiController.php
@@ -99,7 +99,7 @@ class OauthApiController extends Controller {
}
// We handle the initial and refresh tokens the same way
- if ($grant_type === 'refresh_token' ) {
+ if ($grant_type === 'refresh_token') {
$code = $refresh_token;
}