Allign brackets

This commit is contained in:
Leonid Logvinov
2017-10-04 14:22:17 +03:00
parent 504beeb2f3
commit 8fb5e87243

View File

@@ -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),