Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
d1ll0n committed Jun 8, 2022
1 parent d04a730 commit d63a18c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contracts/lib/OrderCombiner.sol
Original file line number Diff line number Diff line change
Expand Up @@ -185,8 +185,8 @@ contract OrderCombiner is OrderFulfiller, FulfillmentApplier {
// Sets the second bit of the error buffer to a boolean indicating if we
// are in a function that is not matchAdvancedOrders or matchOrders.
invalidNativeOfferItemErrorBuffer := shl(
1,
gt(
1,
gt(
// Take the remainder of the selector modulo a magic value.
mod(
shr(NumBitsAfterSelector, calldataload(0)),
Expand Down

0 comments on commit d63a18c

Please sign in to comment.