Skip to content

Commit

Permalink
Removed trailing space
Browse files Browse the repository at this point in the history
  • Loading branch information
CalebLItalien committed Jul 1, 2024
1 parent 9d0428c commit 3ed4150
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/expr.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1863,7 +1863,7 @@ fn rewrite_let(
let mut pat_shape = shape.offset_left(4)?;
if context.config.version() == Version::Two {
// 2 to account for the length of " ="
pat_shape = pat_shape.sub_width(2)?;
pat_shape = pat_shape.sub_width(2)?;
}
let pat_str = pat.rewrite(context, pat_shape)?;
result.push_str(&pat_str);
Expand Down

0 comments on commit 3ed4150

Please sign in to comment.