run prettier

This commit is contained in:
fragosti 2018-08-30 13:47:33 -07:00
parent 1d5ef4d0ca
commit 80b7a7842c

View File

@ -6,9 +6,7 @@ import * as _ from 'lodash';
import { TestExchangeInternalsContract } from '../../generated_contract_wrappers/test_exchange_internals';
import { artifacts } from '../utils/artifacts';
import {
getRevertReasonOrErrorMessageForSendTransactionAsync,
} from '../utils/assertions';
import { getRevertReasonOrErrorMessageForSendTransactionAsync } from '../utils/assertions';
import { chaiSetup } from '../utils/chai_setup';
import { bytes32Values, testCombinatoriallyWithReferenceFuncAsync, uint256Values } from '../utils/combinatorial_utils';
import { constants } from '../utils/constants';