Re-run cargo fmt

This commit is contained in:
Jonas Platte 2020-05-02 23:36:03 +02:00
parent b29263fe85
commit 0b26d71537
No known key found for this signature in database
GPG Key ID: 7D261D771D915378
3 changed files with 0 additions and 6 deletions

View File

@ -31,8 +31,6 @@ pub enum JoinRule {
/// Anyone can join the room without any prior action.
Public,
}
impl_enum! {

View File

@ -32,8 +32,6 @@ pub enum FeedbackType {
/// Sent when a message has been observed by the end user.
Read,
}
impl_enum! {

View File

@ -44,8 +44,6 @@ pub enum Action {
/// Cancel a request for a key.
#[serde(rename = "request_cancellation")]
CancelRequest,
}
impl_enum! {