@0x/contracts-exchange: Run prettier.

This commit is contained in:
Lawrence Forman 2019-07-30 16:57:12 -04:00
parent 92d112083e
commit 0851c5ac8e
2 changed files with 1 additions and 9 deletions

View File

@ -1,11 +1,4 @@
import { import { addressUtils, blockchainTests, expect, hexRandom, OrderStatus, orderUtils } from '@0x/contracts-test-utils';
addressUtils,
blockchainTests,
expect,
hexRandom,
OrderStatus,
orderUtils,
} from '@0x/contracts-test-utils';
import { ExchangeRevertErrors, generatePseudoRandomSalt } from '@0x/order-utils'; import { ExchangeRevertErrors, generatePseudoRandomSalt } from '@0x/order-utils';
import { RevertError } from '@0x/utils'; import { RevertError } from '@0x/utils';
import * as _ from 'lodash'; import * as _ from 'lodash';

View File

@ -10,7 +10,6 @@ import {
orderUtils, orderUtils,
TransactionFactory, TransactionFactory,
} from '@0x/contracts-test-utils'; } from '@0x/contracts-test-utils';
import { BlockchainLifecycle } from '@0x/dev-utils';
import { import {
assetDataUtils, assetDataUtils,
ExchangeRevertErrors, ExchangeRevertErrors,