From 8fb5e8724310d034659be6d00d287bb73ced1eae Mon Sep 17 00:00:00 2001 From: Leonid Logvinov Date: Wed, 4 Oct 2017 14:22:17 +0300 Subject: Allign brackets --- src/0x.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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), -- cgit v1.2.3