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.
|
||||
Public,
|
||||
|
||||
|
||||
}
|
||||
|
||||
impl_enum! {
|
||||
|
@ -32,8 +32,6 @@ pub enum FeedbackType {
|
||||
|
||||
/// Sent when a message has been observed by the end user.
|
||||
Read,
|
||||
|
||||
|
||||
}
|
||||
|
||||
impl_enum! {
|
||||
|
@ -44,8 +44,6 @@ pub enum Action {
|
||||
/// Cancel a request for a key.
|
||||
#[serde(rename = "request_cancellation")]
|
||||
CancelRequest,
|
||||
|
||||
|
||||
}
|
||||
|
||||
impl_enum! {
|
||||
|
Loading…
x
Reference in New Issue
Block a user