Skip to content

Commit

Permalink
Fix clippy lints in bin
Browse files Browse the repository at this point in the history
  • Loading branch information
sonro committed Jul 16, 2024
1 parent 7319fa1 commit f48bf89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dotenv/src/bin/dotenvy.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ fn make_command(name: &str, args: Vec<&str>) -> process::Command {
command.arg(arg);
}

return command;
command
}

fn main() {
Expand Down

0 comments on commit f48bf89

Please sign in to comment.