Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
reese authored Dec 20, 2023
1 parent 419aa67 commit d311faa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion librubyfmt/src/format.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2496,7 +2496,7 @@ pub fn format_binary(ps: &mut dyn ConcreteParserState, binary: Binary) {
}

// Performs the actual formatting for binary operators. This method assumes that it's
// inside of a breakable, but it's separated out so that it can recurse inside of
// inside of a breakable, but it's separated out so that it can recurse inside of
// nested breakables so that nested breakables stay at the same indentation level.
fn format_binary_inner(ps: &mut dyn ConcreteParserState, binary: Binary) {
ps.with_formatting_context(
Expand Down

0 comments on commit d311faa

Please sign in to comment.