mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-08 14:57:54 +00:00
cargo fmt
This commit is contained in:
parent
ac5a1c6bea
commit
643f14847a
2 changed files with 2 additions and 4 deletions
|
|
@ -2,8 +2,7 @@ use super::*;
|
|||
|
||||
pub fn cmds() -> impl Iterator<Item = Command> {
|
||||
[
|
||||
command!("import", Optional(("url", OpaqueStringRemainder)) => "import")
|
||||
.flag(YES),
|
||||
command!("import", Optional(("url", OpaqueStringRemainder)) => "import").flag(YES),
|
||||
command!("export" => "export"),
|
||||
]
|
||||
.into_iter()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue