prettier and lint
This commit is contained in:
parent
16039a7193
commit
b0b76024d5
@ -210,7 +210,6 @@ contract FillQuoteTransformer is Transformer {
|
|||||||
|
|
||||||
// Fill the orders.
|
// Fill the orders.
|
||||||
for (uint256 i = 0; i < data.fillSequence.length; ++i) {
|
for (uint256 i = 0; i < data.fillSequence.length; ++i) {
|
||||||
|
|
||||||
state.currentOrderType = OrderType(data.fillSequence[i]);
|
state.currentOrderType = OrderType(data.fillSequence[i]);
|
||||||
uint256 orderIndex = state.currentIndices[uint256(state.currentOrderType)];
|
uint256 orderIndex = state.currentIndices[uint256(state.currentOrderType)];
|
||||||
// Fill the order.
|
// Fill the order.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user