Commit 56670b6
authored
chore: fix nargo fmt formatting in aztec-nr (#22444)
## Summary
Fixes the `nargo fmt --check` failure on the backports PR #22441.
The comment in
`noir-projects/aztec-nr/aztec/src/messages/processing/mod.nr` exceeded
the line width limit, causing the formatter to reject it.
## Test plan
- CI `nargo fmt --check` should pass on the backports PR after this is
merged into `backport-to-v4-next-staging`
ClaudeBox log: https://claudebox.work/s/e09a3592270d40e2?run=11 file changed
Lines changed: 3 additions & 2 deletions
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
167 | | - | |
168 | | - | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
169 | 170 | | |
170 | 171 | | |
171 | 172 | | |
| |||
0 commit comments