Skip to content

Commit b7a504b

Browse files
committed
fix: apply nargo fmt to allow_phase_change doc comment
The noir formatter wraps this line differently, causing CI prep to fail on all PRs targeting the v4-next branch.
1 parent 69860e9 commit b7a504b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • noir-projects/aztec-nr/aztec/src/macros/functions

noir-projects/aztec-nr/aztec/src/macros/functions/mod.nr

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,8 @@ pub comptime fn noinitcheck(f: FunctionDefinition) {
137137
}
138138
}
139139

140-
/// An `allow_phase_change` function will allow transitioning from the non-revertible to the revertible phase during its
141-
/// execution.
140+
/// An `allow_phase_change` function will allow transitioning from the non-revertible to the revertible phase during
141+
/// its execution.
142142
///
143143
/// This is an advanced feature that is typically only required for account contract entrypoints that handle
144144
/// transaction fee payment.

0 commit comments

Comments
 (0)