stop putting comments and code on the same line

This commit is contained in:
Charles Hall 2024-05-15 15:40:56 -07:00
parent 0915aba44c
commit 1911ad34d9
No known key found for this signature in database
GPG key ID: 7B8E0645816E07CF
35 changed files with 305 additions and 142 deletions

View file

@ -29,7 +29,8 @@ impl Service {
self.db.set_uiaa_request(
user_id,
device_id,
uiaainfo.session.as_ref().expect("session should be set"), // TODO: better session error handling (why is it optional in ruma?)
// TODO: better session error handling (why is it optional in ruma?)
uiaainfo.session.as_ref().expect("session should be set"),
json_body,
)?;
self.db.update_uiaa_session(