mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
style: format
This commit is contained in:
parent
300539fdda
commit
50981c1750
1 changed files with 1 additions and 1 deletions
|
|
@ -225,7 +225,7 @@ pub fn parse_command(prefix: String, input: String) -> CommandResult {
|
||||||
return CommandResult::Ok {
|
return CommandResult::Ok {
|
||||||
command: ParsedCommand {
|
command: ParsedCommand {
|
||||||
command_ref: command.cb.into(),
|
command_ref: command.cb.into(),
|
||||||
params,
|
params,
|
||||||
flags,
|
flags,
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue