diff --git a/ruma-client/src/lib.rs b/ruma-client/src/lib.rs index 5be3610d..45b25d4c 100644 --- a/ruma-client/src/lib.rs +++ b/ruma-client/src/lib.rs @@ -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, }