Skip to content

Commit

Permalink
Fix a clippy lint
Browse files Browse the repository at this point in the history
  • Loading branch information
triarius committed Jul 13, 2024
1 parent 9b077c1 commit 35c02aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ fn main() -> Result<()> {

let passphrase = passphrase::new(&mut rng, &mut words, args.num_words, &args.separator)?;

print!("{}", passphrase);
print!("{passphrase}");
if std::io::stdout().is_terminal() {
println!();
}
Expand Down

0 comments on commit 35c02aa

Please sign in to comment.