Skip to content

Commit

Permalink
thanks clippy
Browse files Browse the repository at this point in the history
Byron committed Jul 22, 2022

Verified

This commit was signed with the committer’s verified signature.
Byron Sebastian Thiel
1 parent 59b95c9 commit 48b3f4a
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions src/plumbing/main.rs
Original file line number Diff line number Diff line change
@@ -218,17 +218,17 @@ pub fn main() -> Result<()> {
},
),
},
free::Subcommands::Mailmap { cmd } => match cmd {
free::mailmap::Platform { path, cmd } => match cmd {
free::mailmap::Subcommands::Verify => prepare_and_run(
"mailmap-verify",
verbose,
progress,
progress_keep_open,
core::mailmap::PROGRESS_RANGE,
move |_progress, out, _err| core::mailmap::verify(path, format, out),
),
},
free::Subcommands::Mailmap {
cmd: free::mailmap::Platform { path, cmd },
} => match cmd {
free::mailmap::Subcommands::Verify => prepare_and_run(
"mailmap-verify",
verbose,
progress,
progress_keep_open,
core::mailmap::PROGRESS_RANGE,
move |_progress, out, _err| core::mailmap::verify(path, format, out),
),
},
free::Subcommands::Pack(subcommands) => match subcommands {
free::pack::Subcommands::Create {

0 comments on commit 48b3f4a

Please sign in to comment.