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:
Damir Jelić
2023-04-05 11:52:25 +02:00
committed by GitHub
parent 92202e20e7
commit 1c2964f3f3
@@ -131,7 +131,7 @@ impl RoomKeyWithheldContent {
from_device
)
}
_ => unreachable!("Unsupported algorithm {}", algorithm),
_ => unreachable!("Unsupported algorithm {algorithm}"),
}
}