Skip to content

Commit

Permalink
Fix error reported by forge fmt --check
Browse files Browse the repository at this point in the history
  • Loading branch information
mpernambuco committed Jan 31, 2024
1 parent 042f80e commit d27040e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ready_src/UArchStep.sol
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ library UArchStep {
Success, // one micro instruction was executed successfully
CycleOverflow, // already at fixed point: uarch cycle has reached its maximum value
UArchHalted // already at fixed point: microarchitecture is halted

}

// Memory read/write access
Expand Down

0 comments on commit d27040e

Please sign in to comment.