@0x/contracts-exchange: Fix indentation in matchOrders().

This commit is contained in:
Lawrence Forman
2019-05-21 22:07:24 -04:00
committed by Amir Bandeali
parent b636057251
commit d79a07e2c4

View File

@@ -340,8 +340,8 @@ contract MixinMatchOrders is
_safeAdd(
matchedFillResults.left.takerFeePaid,
matchedFillResults.right.takerFeePaid
)
);
)
);
return;
}
}