Skip to content

Commit

Permalink
Update tooling/nargo_fmt/src/formatter/expression.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Ary Borenszweig <asterite@gmail.com>
  • Loading branch information
jfecher and asterite authored Feb 3, 2025
1 parent 4d07680 commit b6acd60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tooling/nargo_fmt/src/formatter/expression.rs
Original file line number Diff line number Diff line change
Expand Up @@ -923,7 +923,7 @@ impl<'a, 'b> ChunkFormatter<'a, 'b> {
}));

self.format_expression(match_expression.expression, &mut group);
self.skip_comments_and_whitespace_chunk();
group.trailing_comment(self.skip_comments_and_whitespace_chunk());
group.space(self);

group.text(self.chunk(|formatter| {
Expand Down

0 comments on commit b6acd60

Please sign in to comment.