From 7acd73ec9a2c305e1f453677422883b5d042fe4f Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Fri, 9 Apr 2021 12:14:35 +0200 Subject: [PATCH] client: Rewrap some lines --- ruma-client/src/lib.rs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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, }