Skip to content

Commit

Permalink
Merge branch 'main' into remove-unnecessary-length-check
Browse files Browse the repository at this point in the history
  • Loading branch information
hensha256 authored Dec 2, 2024
2 parents ad260c6 + d6b0bd0 commit f919dd7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .forge-snapshots/positionDescriptor bytecode size.snap
Original file line number Diff line number Diff line change
@@ -1 +1 @@
24177
24110
2 changes: 0 additions & 2 deletions src/PositionDescriptor.sol
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,6 @@ contract PositionDescriptor is IPositionDescriptor {
return CurrencyRatioSortOrder.DENOMINATOR_MORE;
} else if (currency == WBTC) {
return CurrencyRatioSortOrder.DENOMINATOR_MOST;
} else {
return 0;
}
}
return 0;
Expand Down

0 comments on commit f919dd7

Please sign in to comment.