diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2017-05-18 16:39:28 +0200 |
---|---|---|
committer | Lukas Reschke <lukas@statuscode.ch> | 2017-05-18 20:49:09 +0200 |
commit | d90eba3f851711892983aecd643fca431b97397e (patch) | |
tree | ec2225b9d126d23d09babbf02cc9894f4f7e2999 /apps/oauth2/appinfo | |
parent | 77827ebf112f7ce1bad5ce5912c7b3900e399ce5 (diff) | |
download | nextcloud-server-d90eba3f851711892983aecd643fca431b97397e.tar.gz nextcloud-server-d90eba3f851711892983aecd643fca431b97397e.zip |
Fix style issues pointed out in review
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Diffstat (limited to 'apps/oauth2/appinfo')
-rw-r--r-- | apps/oauth2/appinfo/routes.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/oauth2/appinfo/routes.php b/apps/oauth2/appinfo/routes.php index 808f2a22395..84b1336e37e 100644 --- a/apps/oauth2/appinfo/routes.php +++ b/apps/oauth2/appinfo/routes.php @@ -42,4 +42,4 @@ return [ 'verb' => 'POST' ], ], -];
\ No newline at end of file +]; |