@@ -109,8 +109,8 @@ |
||
| 109 | 109 | } else { |
| 110 | 110 | $host = $fixedRemote; |
| 111 | 111 | } |
| 112 | - $id = $user . '@' . $remote; |
|
| 113 | - $displayName = $this->getDisplayNameFromContact($user . '@' . $host); |
|
| 112 | + $id = $user.'@'.$remote; |
|
| 113 | + $displayName = $this->getDisplayNameFromContact($user.'@'.$host); |
|
| 114 | 114 | return new CloudId($id, $user, $fixedRemote, $displayName); |
| 115 | 115 | } |
| 116 | 116 | |