Skip to content

Commit

Permalink
run fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
prsabahrami committed Nov 25, 2024
1 parent 11ffbdf commit 2633cdb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,7 @@ async fn main() -> Result<()> {
ignore_pypi_errors,
create_executable,
} => {
let output_file = output_file.unwrap_or_else(|| {
default_output_file(create_executable)
});
let output_file = output_file.unwrap_or_else(|| default_output_file(create_executable));

let options = PackOptions {
environment,
Expand Down

0 comments on commit 2633cdb

Please sign in to comment.