Skip to content

Commit

Permalink
sandwichline: refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
XPhyro committed Oct 13, 2023
1 parent b278659 commit ae4b21c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rs/sandwichline/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ fn main() {

bake_bread(width, &args.dough, args.random_dough);

println!("{}", ingredients);
println!("{ingredients}");
if !stdin_isatty() {
std::io::copy(&mut std::io::stdin().lock(), &mut std::io::stdout().lock()).unwrap();
}
Expand Down

0 comments on commit ae4b21c

Please sign in to comment.