prettify and lint

This commit is contained in:
Daniel Pyrathon
2020-03-05 16:21:15 -08:00
parent 32e1ae2b18
commit fa886aa849
2 changed files with 45 additions and 8 deletions

View File

@@ -11,7 +11,7 @@ import {
import { Web3Wrapper } from '@0x/dev-utils';
import { assetDataUtils, generatePseudoRandomSalt } from '@0x/order-utils';
import { AssetProxyId, ERC20BridgeAssetData, SignedOrder } from '@0x/types';
import { BigNumber, hexUtils, NULL_ADDRESS, fromTokenUnitAmount } from '@0x/utils';
import { BigNumber, fromTokenUnitAmount, hexUtils, NULL_ADDRESS } from '@0x/utils';
import * as _ from 'lodash';
import { constants as assetSwapperConstants } from '../src/constants';