Revert "command_parser: fix typo"

Keep PR to one issue at a time!

This reverts commit 34f09030e5.
master
TPH 2019-09-13 11:14:44 +01:00
父節點 34f09030e5
當前提交 fa2089b8a3
共有 1 個檔案被更改,包括 1 行新增1 行删除

查看文件

@ -108,7 +108,7 @@ impl Command {
)),
Disable => Ok(Command::Channel(
channel as u8,
ChannelCommand::Disable
ChannelCommand::Enable
)),
]
}