From c1db1c980efafee06ed05b9c758a82d47d8a1974 Mon Sep 17 00:00:00 2001 From: RealKinetix Date: Wed, 14 Jul 2021 12:17:03 -0700 Subject: [PATCH] Fix indent to standards --- src/Model/APContact.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Model/APContact.php b/src/Model/APContact.php index 971a48d9dd..eb34e502ec 100644 --- a/src/Model/APContact.php +++ b/src/Model/APContact.php @@ -275,7 +275,7 @@ class APContact // Mastodon seriously allows for this condition? // Jul 14 2021 - See https://mastodon.online/@goes11 for a negative followers count if ($followers['totalItems'] < 0) { - $followers['totalItems'] = 0; + $followers['totalItems'] = 0; } if (!empty($followers['totalItems'])) { $apcontact['followers_count'] = $followers['totalItems'];