Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
Signed-off-by: Ikey Doherty <[email protected]>
  • Loading branch information
ikeycode committed Dec 22, 2024
1 parent 84c7aad commit 94aa044
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions blsforme/src/manager.rs
Original file line number Diff line number Diff line change
Expand Up @@ -118,11 +118,7 @@ impl<'a> Manager<'a> {
}
}

let cmdline_joined = cmdline
.iter()
.chain(local_cmdline.iter())
.cloned()
.collect::<Vec<_>>();
let cmdline_joined = cmdline.iter().chain(local_cmdline.iter()).cloned().collect::<Vec<_>>();

Ok(Self {
config,
Expand Down

0 comments on commit 94aa044

Please sign in to comment.