Skip to content

Commit

Permalink
src: Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pmerkleplant committed Nov 4, 2024
1 parent 5000dc4 commit 0cbde32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Consolidations.sol
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ library Consolidations {
// i += 1;
// }
// return output / _DENOMINATOR;
// }
// }
uint numerator = excess;
uint result;
assembly ("memory-safe") {
Expand Down
2 changes: 1 addition & 1 deletion src/Withdrawals.sol
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ library Withdrawals {
// i += 1;
// }
// return output / _DENOMINATOR;
// }
// }
uint numerator = excess;
uint result;
assembly ("memory-safe") {
Expand Down

0 comments on commit 0cbde32

Please sign in to comment.