From b1b879e217f383fa694214e731969647f9f6fd78 Mon Sep 17 00:00:00 2001 From: Fabio Berger Date: Thu, 8 Jun 2017 18:17:30 +0200 Subject: fix indentation --- src/contract_wrappers/exchange_wrapper.ts | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'src') diff --git a/src/contract_wrappers/exchange_wrapper.ts b/src/contract_wrappers/exchange_wrapper.ts index 46613af77..73ec0886c 100644 --- a/src/contract_wrappers/exchange_wrapper.ts +++ b/src/contract_wrappers/exchange_wrapper.ts @@ -303,15 +303,15 @@ export class ExchangeWrapper extends ContractWrapper { _.unzip(orderAddressesValuesAndTakerTokenFillAmounts); const gas = await exchangeInstance.batchFillOrKill.estimateGas( - orderAddresses, - orderValues, - fillTakerAmounts, - vParams, - rParams, - sParams, - { - from: takerAddress, - }, + orderAddresses, + orderValues, + fillTakerAmounts, + vParams, + rParams, + sParams, + { + from: takerAddress, + }, ); const response: ContractResponse = await exchangeInstance.batchFillOrKill( orderAddresses, @@ -320,10 +320,10 @@ export class ExchangeWrapper extends ContractWrapper { vParams, rParams, sParams, - { - from: takerAddress, - gas, - }, + { + from: takerAddress, + gas, + }, ); this.throwErrorLogsAsErrors(response.logs); } -- cgit v1.2.3