cargo fmt

This commit is contained in:
dusk 2025-10-08 13:35:05 +00:00
parent ac5a1c6bea
commit 643f14847a
No known key found for this signature in database
2 changed files with 2 additions and 4 deletions

View file

@ -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()