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
)),
]
}