]> git.mxchange.org Git - friendica.git/commitdiff
Unneeded spaces removed
authorMichael <heluecht@pirati.ca>
Wed, 19 May 2021 16:09:09 +0000 (16:09 +0000)
committerMichael <heluecht@pirati.ca>
Wed, 19 May 2021 16:09:09 +0000 (16:09 +0000)
src/Module/Api/Mastodon/Apps/VerifyCredentials.php

index 53fddffa27500c24f2bcceb5f3cd186bff55da42..eff0b80b3dd484ecb472eb0758204db3a3a18299 100644 (file)
@@ -40,6 +40,5 @@ class VerifyCredentials extends BaseApi
                }
 
                System::jsonExit($application['id']);
-               
        }
 }