Update crates/matrix-sdk-crypto/src/types/events/room_key_withheld.rs
Co-authored-by: Jonas Platte <jplatte@matrix.org>
This commit is contained in:
@@ -131,7 +131,7 @@ impl RoomKeyWithheldContent {
|
||||
from_device
|
||||
)
|
||||
}
|
||||
_ => unreachable!("Unsupported algorithm {}", algorithm),
|
||||
_ => unreachable!("Unsupported algorithm {algorithm}"),
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user