]> git.mxchange.org Git - friendica.git/commitdiff
Whitespace removed
authorMichael <heluecht@pirati.ca>
Mon, 17 May 2021 06:01:47 +0000 (06:01 +0000)
committerMichael <heluecht@pirati.ca>
Mon, 17 May 2021 06:01:47 +0000 (06:01 +0000)
src/Model/APContact.php

index 0d482ced782973b5bf7f8f0aea848005f3c4f52a..d945c5e4edb23da6f50ea2fc4ba382de74e34c60 100644 (file)
@@ -327,7 +327,7 @@ class APContact
 
                if (empty($apcontact['subscribe'])) {
                        $apcontact['subscribe'] = null;
-               }               
+               }
 
                if (!empty($apcontact['baseurl']) && empty($fetched_contact['gsid'])) {
                        $apcontact['gsid'] = GServer::getID($apcontact['baseurl']);