refactor: use shorthand fields

This commit is contained in:
teresy 2018-11-06 17:47:22 -05:00 committed by David Peter
parent 831f517f5a
commit 34b8c0df73
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ impl CommandTemplate {
args.push(ArgumentTemplate::Tokens(vec![Token::Placeholder]));
}
CommandTemplate { args: args }
CommandTemplate { args }
}
/// Generates and executes a command.