From f21b042ed1df87ff546fa5cfdae91832e1e3ba2b Mon Sep 17 00:00:00 2001 From: Alex Shafranovich Date: Thu, 5 Jul 2018 21:01:14 +0300 Subject: Contracts 2.0.0 were linted with solhint --- packages/contracts/src/2.0.0/protocol/Exchange/interfaces/IExchange.sol | 1 + 1 file changed, 1 insertion(+) (limited to 'packages/contracts/src/2.0.0/protocol/Exchange/interfaces/IExchange.sol') diff --git a/packages/contracts/src/2.0.0/protocol/Exchange/interfaces/IExchange.sol b/packages/contracts/src/2.0.0/protocol/Exchange/interfaces/IExchange.sol index 9f21c18d7..05e5dedf4 100644 --- a/packages/contracts/src/2.0.0/protocol/Exchange/interfaces/IExchange.sol +++ b/packages/contracts/src/2.0.0/protocol/Exchange/interfaces/IExchange.sol @@ -26,6 +26,7 @@ import "./ITransactions.sol"; import "./IAssetProxyDispatcher.sol"; import "./IWrapperFunctions.sol"; + contract IExchange is IExchangeCore, IMatchOrders, -- cgit