From ca9c1bca4a694026981a804c58138f08c8b23321 Mon Sep 17 00:00:00 2001 From: Fabio Berger Date: Fri, 10 Nov 2017 18:06:57 -0500 Subject: Fix alignment --- src/order_watcher/event_watcher.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/order_watcher') diff --git a/src/order_watcher/event_watcher.ts b/src/order_watcher/event_watcher.ts index 304b3e994..286872a6f 100644 --- a/src/order_watcher/event_watcher.ts +++ b/src/order_watcher/event_watcher.ts @@ -23,8 +23,8 @@ export class EventWatcher { this._web3Wrapper = web3Wrapper; this._numConfirmations = numConfirmations; this._pollingIntervalMs = _.isUndefined(pollingIntervalMs) ? - DEFAULT_EVENT_POLLING_INTERVAL : - pollingIntervalMs; + DEFAULT_EVENT_POLLING_INTERVAL : + pollingIntervalMs; } public subscribe(callback: EventWatcherCallback): void { assert.isFunction('callback', callback); -- cgit v1.2.3