prettier and lint

This commit is contained in:
dextracker 2023-04-05 14:48:59 -04:00
parent 16039a7193
commit b0b76024d5

View File

@ -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.