client: Rewrap some lines

This commit is contained in:
Jonas Platte 2021-04-09 12:14:35 +02:00
parent 1ab1a24e1d
commit 7acd73ec9a
No known key found for this signature in database
GPG Key ID: CC154DE0E30B7C67

View File

@ -222,7 +222,9 @@ impl Client {
let response = self
.request(assign!(
LoginRequest::new(LoginInfo::Password { identifier: UserIdentifier::MatrixId(user), password }), {
LoginRequest::new(
LoginInfo::Password { identifier: UserIdentifier::MatrixId(user), password }
), {
device_id,
initial_device_display_name,
}