Skip to content

Commit 3ed4150

Browse files
committed
Removed trailing space
1 parent 9d0428c commit 3ed4150

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/expr.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1863,7 +1863,7 @@ fn rewrite_let(
18631863
let mut pat_shape = shape.offset_left(4)?;
18641864
if context.config.version() == Version::Two {
18651865
// 2 to account for the length of " ="
1866-
pat_shape = pat_shape.sub_width(2)?;
1866+
pat_shape = pat_shape.sub_width(2)?;
18671867
}
18681868
let pat_str = pat.rewrite(context, pat_shape)?;
18691869
result.push_str(&pat_str);

0 commit comments

Comments
 (0)