Skip to content

Commit 48b3f4a

Browse files
committed
thanks clippy
1 parent 59b95c9 commit 48b3f4a

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

Diff for: src/plumbing/main.rs

+11-11
Original file line numberDiff line numberDiff line change
@@ -218,17 +218,17 @@ pub fn main() -> Result<()> {
218218
},
219219
),
220220
},
221-
free::Subcommands::Mailmap { cmd } => match cmd {
222-
free::mailmap::Platform { path, cmd } => match cmd {
223-
free::mailmap::Subcommands::Verify => prepare_and_run(
224-
"mailmap-verify",
225-
verbose,
226-
progress,
227-
progress_keep_open,
228-
core::mailmap::PROGRESS_RANGE,
229-
move |_progress, out, _err| core::mailmap::verify(path, format, out),
230-
),
231-
},
221+
free::Subcommands::Mailmap {
222+
cmd: free::mailmap::Platform { path, cmd },
223+
} => match cmd {
224+
free::mailmap::Subcommands::Verify => prepare_and_run(
225+
"mailmap-verify",
226+
verbose,
227+
progress,
228+
progress_keep_open,
229+
core::mailmap::PROGRESS_RANGE,
230+
move |_progress, out, _err| core::mailmap::verify(path, format, out),
231+
),
232232
},
233233
free::Subcommands::Pack(subcommands) => match subcommands {
234234
free::pack::Subcommands::Create {

0 commit comments

Comments
 (0)