Re-run cargo fmt
This commit is contained in:
parent
b29263fe85
commit
0b26d71537
@ -31,8 +31,6 @@ pub enum JoinRule {
|
|||||||
|
|
||||||
/// Anyone can join the room without any prior action.
|
/// Anyone can join the room without any prior action.
|
||||||
Public,
|
Public,
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
impl_enum! {
|
impl_enum! {
|
||||||
|
@ -32,8 +32,6 @@ pub enum FeedbackType {
|
|||||||
|
|
||||||
/// Sent when a message has been observed by the end user.
|
/// Sent when a message has been observed by the end user.
|
||||||
Read,
|
Read,
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
impl_enum! {
|
impl_enum! {
|
||||||
|
@ -44,8 +44,6 @@ pub enum Action {
|
|||||||
/// Cancel a request for a key.
|
/// Cancel a request for a key.
|
||||||
#[serde(rename = "request_cancellation")]
|
#[serde(rename = "request_cancellation")]
|
||||||
CancelRequest,
|
CancelRequest,
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
impl_enum! {
|
impl_enum! {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user