removed extra brace

This commit is contained in:
Mitchell 2020-08-15 22:08:34 +01:00
parent 1a6b344b58
commit 5e1ba2e110
1 changed files with 0 additions and 1 deletions

View File

@ -32,7 +32,6 @@ pub enum CommandParseError {
UnknownCommand,
NoString,
}
}
impl ToString for Commands {