]> git.mxchange.org Git - friendica.git/commitdiff
Indentation
authorMichael <heluecht@pirati.ca>
Wed, 16 Dec 2020 15:43:12 +0000 (15:43 +0000)
committerMichael <heluecht@pirati.ca>
Wed, 16 Dec 2020 15:43:12 +0000 (15:43 +0000)
src/Protocol/ActivityPub.php

index 5cbaf92357fcd86f9a04333a38df1d08d8d4020d..45279576b7aaae56dbf0316863a71ef898e3c9cf 100644 (file)
@@ -116,7 +116,7 @@ class ActivityPub
                        case 'Tombstone':
                                $accounttype = User::ACCOUNT_TYPE_DELETED;
                                break;
-                       }
+               }
 
                return $accounttype;
        }