aboutsummaryrefslogtreecommitdiffstats
path: root/mumlib/src/command.rs
diff options
context:
space:
mode:
authorEskil Queseth <eskilq@kth.se>2020-10-17 20:44:54 +0200
committerEskil Queseth <eskilq@kth.se>2020-10-17 20:44:54 +0200
commit821107122299eebde5da1223ea328f63782ceac9 (patch)
treecba7be2dc8a7d264bd6acfbdab82bc1f448a1ad5 /mumlib/src/command.rs
parentc873e4250c58d872763129bff2c0b0e6c91c0a2a (diff)
downloadmum-821107122299eebde5da1223ea328f63782ceac9.tar.gz
cargo fmt
Diffstat (limited to 'mumlib/src/command.rs')
-rw-r--r--mumlib/src/command.rs8
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 },
}