From: Michael Date: Wed, 16 Dec 2020 15:43:12 +0000 (+0000) Subject: Indentation X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=974f7bffc82d024a38b4709c6b250677a217f65a;p=friendica.git Indentation --- diff --git a/src/Protocol/ActivityPub.php b/src/Protocol/ActivityPub.php index 5cbaf92357..45279576b7 100644 --- a/src/Protocol/ActivityPub.php +++ b/src/Protocol/ActivityPub.php @@ -116,7 +116,7 @@ class ActivityPub case 'Tombstone': $accounttype = User::ACCOUNT_TYPE_DELETED; break; - } + } return $accounttype; }