mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-18 00:01:24 +01:00
stop putting comments in the middle of call chains
`rustfmt` doesn't handle this very well.
This commit is contained in:
parent
1911ad34d9
commit
05be778fbb
10 changed files with 35 additions and 38 deletions
|
|
@ -211,7 +211,6 @@ async fn send_state_event_for_key_helper(
|
|||
.rooms
|
||||
.alias
|
||||
.resolve_local_alias(&alias)?
|
||||
// Make sure it's the right room
|
||||
.filter(|room| room == room_id)
|
||||
.is_none()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue