Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
johnhuichen committed Sep 4, 2024
1 parent 24509fe commit f389fa1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/expr.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2142,7 +2142,6 @@ pub(crate) fn rewrite_assign_rhs_expr<R: Rewrite>(
} else {
shape
};

let last_line_width = last_line_width(lhs).saturating_sub(if lhs.contains('\n') {
shape.indent.width()
} else {
Expand Down

0 comments on commit f389fa1

Please sign in to comment.