diff options
| author | Eskil Queseth <eskilq@kth.se> | 2020-10-17 20:44:54 +0200 |
|---|---|---|
| committer | Eskil Queseth <eskilq@kth.se> | 2020-10-17 20:44:54 +0200 |
| commit | 821107122299eebde5da1223ea328f63782ceac9 (patch) | |
| tree | cba7be2dc8a7d264bd6acfbdab82bc1f448a1ad5 /mumlib/src/command.rs | |
| parent | c873e4250c58d872763129bff2c0b0e6c91c0a2a (diff) | |
| download | mum-821107122299eebde5da1223ea328f63782ceac9.tar.gz | |
cargo fmt
Diffstat (limited to 'mumlib/src/command.rs')
| -rw-r--r-- | mumlib/src/command.rs | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/mumlib/src/command.rs b/mumlib/src/command.rs index a216445..e8f4a4d 100644 --- a/mumlib/src/command.rs +++ b/mumlib/src/command.rs @@ -20,10 +20,6 @@ pub enum Command { #[derive(Debug, Deserialize, Serialize)] pub enum CommandResponse { - ChannelList { - channels: Channel, - }, - Status { - server_state: Server, - }, + ChannelList { channels: Channel }, + Status { server_state: Server }, } |
