@0x/utils: Prettier.

This commit is contained in:
Lawrence Forman
2019-08-29 21:50:11 -04:00
committed by Lawrence Forman
parent 5ccbe167a1
commit f724212fd7
2 changed files with 2 additions and 7 deletions

View File

@@ -1,12 +1,7 @@
import * as chai from 'chai';
import * as _ from 'lodash';
import {
AnyRevertError,
RawRevertError,
RevertError,
StringRevertError,
} from '../src/revert_error';
import { AnyRevertError, RawRevertError, RevertError, StringRevertError } from '../src/revert_error';
import { chaiSetup } from './utils/chai_setup';