Completed
Push — master ( f619f7...59f6c6 )
by Luca
01:16
created
src/Models/UserModel.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -484,7 +484,7 @@
 block discarded – undo
484 484
      */
485 485
     public function getUserIdsOfKnownUsers()
486 486
     {
487
-        return $this->client->get(self::$endpoint  . '/known');
487
+        return $this->client->get(self::$endpoint . '/known');
488 488
     }
489 489
 
490 490
     /**
Please login to merge, or discard this patch.