Run prettier

This commit is contained in:
Amir Bandeali
2018-02-08 12:09:07 -08:00
parent 0773fcf66f
commit 382f24c556

View File

@@ -235,7 +235,7 @@ contract MixinExchangeCore is
return isError;
}
/// @dev Calculates the sum of values already filled and cancelled for a given order.
/// @dev Calculates the sum of values already filled and cancelled for a given order.
/// @param orderHash The Keccak-256 hash of the given order.
/// @return Sum of values already filled and cancelled.
function getUnavailableTakerTokenAmount(bytes32 orderHash)