Skip to content

Commit

Permalink
unnecessary line of code (#408)
Browse files Browse the repository at this point in the history
* unnecessary line of code

* forge clean
  • Loading branch information
dianakocsis authored Dec 2, 2024
1 parent 1d92e95 commit d6b0bd0
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 d6b0bd0

Please sign in to comment.