All glory to the linter gods.
This commit is contained in:
committed by
Amir Bandeali
parent
f77823ee24
commit
c096eae644
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -26,6 +26,7 @@ import "../src/LibFillResults.sol";
|
||||
import "../src/LibAbiEncoder.sol";
|
||||
|
||||
|
||||
// solhint-disable no-empty-blocks
|
||||
contract TestLibs is
|
||||
LibEIP712,
|
||||
LibMath,
|
||||
|
||||
Reference in New Issue
Block a user