Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
f01dab1e committed Nov 27, 2023
1 parent 86db44e commit 3fe3aea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tooling/nargo_fmt/src/visitor/expr.rs
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ pub(crate) fn format_parens(
exprs,
span,
tactic,
NewlineMode::Normal,
NewlineMode::IfContainsNewLineAndWidth,
reduce,
)
}
Expand Down

0 comments on commit 3fe3aea

Please sign in to comment.