Skip to content

Commit

Permalink
cargo clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
mikedilger committed Oct 2, 2023
1 parent a459afe commit 6ccaac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands.rs
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ pub fn print_relay(cmd: Command, mut args: env::Args) -> Result<(), Error> {
}
Ok(())
} else {
return cmd.usage("Missing url parameter".to_string());
cmd.usage("Missing url parameter".to_string())
}
}

Expand Down

0 comments on commit 6ccaac0

Please sign in to comment.