All glory to the linter gods.

This commit is contained in:
Lawrence Forman
2019-03-25 22:38:48 -04:00
committed by Amir Bandeali
parent f77823ee24
commit c096eae644
14 changed files with 20 additions and 56 deletions

View File

@@ -38,7 +38,6 @@ contract LibConstants {
bytes public ZRX_ASSET_DATA;
/// @param zrxAssetData Asset data for ZRX token. Used for fee transfers.
constructor (bytes memory zrxAssetData)
public

View File

@@ -40,7 +40,6 @@ contract LibEIP712ExchangeDomain is
);
}
/// @dev Calculates EIP712 encoding for a hash struct in the EIP712 domain
/// of the Exchange contract.
/// @param hashStruct The EIP712 hash struct.

View File

@@ -26,6 +26,7 @@ import "../src/LibFillResults.sol";
import "../src/LibAbiEncoder.sol";
// solhint-disable no-empty-blocks
contract TestLibs is
LibEIP712,
LibMath,