Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
snreynolds committed Nov 14, 2023
1 parent 94398f2 commit 95d57a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libraries/Lockers.sol
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ library Lockers {
}
}

/// @notice Potential to underflow.
/// @notice Potential to underflow.
/// Current useage ensures this will not happen because we call decrememnt with known boundaries (only up to the numer of times we call increment).
function decrementNonzeroDeltaCount() internal {
uint256 slot = NONZERO_DELTA_COUNT;
Expand Down

0 comments on commit 95d57a4

Please sign in to comment.