Skip to content
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.

Commit

Permalink
Format Rust Files
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaReiser committed Sep 26, 2022
1 parent 6c01b75 commit f3079b4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/rome_formatter/src/printer/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -220,8 +220,6 @@ impl<'a> Printer<'a> {
let fits = fits_on_line(AllPredicate, queue, stack, self)?;
stack.pop(TagKind::Group)?;



if fits {
PrintMode::Flat
} else {
Expand Down

0 comments on commit f3079b4

Please sign in to comment.