Skip to content

Commit

Permalink
run linter
Browse files Browse the repository at this point in the history
  • Loading branch information
0age committed Apr 20, 2022
1 parent a36bad6 commit dfb7130
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions contracts/lib/ConsiderationInternal.sol
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ contract ConsiderationInternal is ConsiderationInternalView {
* The tips are all the considerations that were not signed by the offerer and were provided by
* the fulfiller.
*/

// Overwrite length to the length of the additionalRecipients array
len := calldataload(
BasicOrder_additionalRecipients_length_cdPtr
Expand Down Expand Up @@ -415,7 +415,6 @@ contract ConsiderationInternal is ConsiderationInternalView {
*/
mstore(BasicOrder_order_offerHashes_ptr, keccak256(0x00, 0x20))


/*
* 3. Write SpentItem to offer array in OrderFulfilled event.
*/
Expand Down

0 comments on commit dfb7130

Please sign in to comment.