From 3c57820df0711f301e69adb0f4b8a91f0905cc0c Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Fri, 4 Sep 2020 12:04:11 +0530 Subject: formatting, import --- packages/taler-integrationtests/src/test-revocation.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'packages/taler-integrationtests/src/test-revocation.ts') diff --git a/packages/taler-integrationtests/src/test-revocation.ts b/packages/taler-integrationtests/src/test-revocation.ts index 32ac3f0dc..32cb5d620 100644 --- a/packages/taler-integrationtests/src/test-revocation.ts +++ b/packages/taler-integrationtests/src/test-revocation.ts @@ -33,9 +33,9 @@ import { import { CoinDumpJson } from "taler-wallet-core"; async function revokeAllWalletCoins(req: { - wallet: WalletCli, - exchange: ExchangeService, - merchant: MerchantService, + wallet: WalletCli; + exchange: ExchangeService; + merchant: MerchantService; }): Promise { const { wallet, exchange, merchant } = req; const coinDump = await wallet.dumpCoins(); -- cgit v1.2.3