aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/0x.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/0x.ts b/src/0x.ts
index ba68a6e1e..3180c52f6 100644
--- a/src/0x.ts
+++ b/src/0x.ts
@@ -210,7 +210,8 @@ export class ZeroEx {
this._web3Wrapper,
this._abiDecoder,
this.token,
- exchageContractAddressIfExists);
+ exchageContractAddressIfExists,
+ );
this.proxy = new TokenTransferProxyWrapper(
this._web3Wrapper,
this._getTokenTransferProxyAddressAsync.bind(this),