Passed
Push — master ( 81bf30...017905 )
by Christoph
12:51
created
lib/private/Federation/CloudIdManager.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -109,8 +109,8 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.