From 92f62f108bafac45546dbd3c6e64da769f2a4908 Mon Sep 17 00:00:00 2001
From: MahdiTurki <mahditurki123@yahoo.fr>
Date: Mon, 27 Apr 2020 20:37:56 +0100
Subject: [PATCH] Fix coding style

---
 client/src/app/+about/about-follows/about-follows.component.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/client/src/app/+about/about-follows/about-follows.component.ts b/client/src/app/+about/about-follows/about-follows.component.ts
index 00bd48c9c..bdee5cf78 100644
--- a/client/src/app/+about/about-follows/about-follows.component.ts
+++ b/client/src/app/+about/about-follows/about-follows.component.ts
@@ -97,7 +97,7 @@ export class AboutFollowsComponent implements OnInit {
         .subscribe(
           resultList => {
             const newFollowings = resultList.data.map(r => r.following.host)
-            if (this.followings.length===0) this.followings = this.followings.concat(newFollowings)
+            if (this.followings.length === 0) this.followings = this.followings.concat(newFollowings)
 
             else this.moreFollowings = this.moreFollowings.concat(newFollowings)