From: Michael Date: Mon, 17 May 2021 06:01:47 +0000 (+0000) Subject: Whitespace removed X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=2e6cf056c1da8964f9b012b2050e34619b2ae68a;p=friendica.git Whitespace removed --- diff --git a/src/Model/APContact.php b/src/Model/APContact.php index 0d482ced78..d945c5e4ed 100644 --- a/src/Model/APContact.php +++ b/src/Model/APContact.php @@ -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']);