Fix tslint

This commit is contained in:
Fabio Berger
2018-06-22 18:54:18 +02:00
parent 1e03fbe1a8
commit 2f6f815d81
4 changed files with 4 additions and 4 deletions

View File

@@ -27,7 +27,7 @@ import { ERC20Wrapper } from '../../src/utils/erc20_wrapper';
import { ERC721Wrapper } from '../../src/utils/erc721_wrapper';
import { ExchangeWrapper } from '../../src/utils/exchange_wrapper';
import { OrderFactory } from '../../src/utils/order_factory';
import { RevertReasons, ERC20BalancesByOwner } from '../../src/utils/types';
import { ERC20BalancesByOwner, RevertReasons } from '../../src/utils/types';
import { provider, txDefaults, web3Wrapper } from '../../src/utils/web3_wrapper';
chaiSetup.configure();