Skip to content

Commit

Permalink
remove a stray println!
Browse files Browse the repository at this point in the history
  • Loading branch information
kaikalii committed Jun 22, 2024
1 parent e7e49d0 commit 55fba48
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/format.rs
Original file line number Diff line number Diff line change
Expand Up @@ -928,7 +928,6 @@ impl<'a> Formatter<'a> {
|| (br.value.lines.iter().flatten())
.any(|word| word_is_multiline(&word.value))
});
println!("pack depth {}", depth);
for (i, br) in pack.branches.iter().enumerate() {
if i == 0 {
let add_leading_newline = any_multiline
Expand Down

0 comments on commit 55fba48

Please sign in to comment.