Style updates to contracts

This commit is contained in:
Greg Hysen
2018-06-07 11:11:40 -07:00
parent db086de84a
commit f457a56d4a
7 changed files with 23 additions and 28 deletions

View File

@@ -1,6 +1,5 @@
import { BlockchainLifecycle } from '@0xproject/dev-utils';
import { generatePseudoRandomSalt } from '@0xproject/order-utils';
import { assetProxyUtils } from '@0xproject/order-utils';
import { assetProxyUtils, generatePseudoRandomSalt } from '@0xproject/order-utils';
import { AssetProxyId } from '@0xproject/types';
import { BigNumber } from '@0xproject/utils';
import * as chai from 'chai';
@@ -30,8 +29,6 @@ const expect = chai.expect;
const blockchainLifecycle = new BlockchainLifecycle(web3Wrapper);
describe('Asset Transfer Proxies', () => {
const nullDataHex = '0x';
let owner: string;
let notAuthorized: string;
let exchangeAddress: string;