Run prettier, update deployer CHANGELOG

This commit is contained in:
Amir Bandeali
2018-04-01 00:05:55 -07:00
parent 20fec2943b
commit ff7c3012a5
4 changed files with 13 additions and 11 deletions

View File

@@ -15,9 +15,7 @@ import {
ZeroEx,
ZeroExError,
} from '../src';
import {
OrderStateWatcher,
} from '../src/order_watcher/order_state_watcher';
import { OrderStateWatcher } from '../src/order_watcher/order_state_watcher';
import { DoneCallback } from '../src/types';
import { chaiSetup } from './utils/chai_setup';