Skip to content

Commit

Permalink
style: Fix some more code warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
notheotherben committed Feb 28, 2024
1 parent 115fe62 commit 075bf3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/setup.rs
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ mod tests {
Err(err) => panic!("{}", err.message()),
}

println!("{}", console.to_string());
println!("{}", console);

assert!(
console
Expand Down

0 comments on commit 075bf3e

Please sign in to comment.