From: Michael Date: Wed, 19 May 2021 16:09:09 +0000 (+0000) Subject: Unneeded spaces removed X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=fcc18de9c50a66492fb19ab736af413e4f1a4e82;p=friendica.git Unneeded spaces removed --- diff --git a/src/Module/Api/Mastodon/Apps/VerifyCredentials.php b/src/Module/Api/Mastodon/Apps/VerifyCredentials.php index 53fddffa27..eff0b80b3d 100644 --- a/src/Module/Api/Mastodon/Apps/VerifyCredentials.php +++ b/src/Module/Api/Mastodon/Apps/VerifyCredentials.php @@ -40,6 +40,5 @@ class VerifyCredentials extends BaseApi } System::jsonExit($application['id']); - } }