From f389fa1856b4e85a5a2817b7e869fb6f4c13ed0c Mon Sep 17 00:00:00 2001 From: John Chen Date: Wed, 4 Sep 2024 18:51:51 -0400 Subject: [PATCH] Test --- src/expr.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/expr.rs b/src/expr.rs index 7fea2a1bf8a..6567b26a7e1 100644 --- a/src/expr.rs +++ b/src/expr.rs @@ -2142,7 +2142,6 @@ pub(crate) fn rewrite_assign_rhs_expr( } else { shape }; - let last_line_width = last_line_width(lhs).saturating_sub(if lhs.contains('\n') { shape.indent.width() } else {