From f332d61fb68fbc394f31337ddeb7d1fc114772d0 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Mon, 14 Dec 2020 16:45:15 +0100 Subject: formatting pass --- packages/taler-wallet-core/src/wallet.ts | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) (limited to 'packages/taler-wallet-core/src/wallet.ts') diff --git a/packages/taler-wallet-core/src/wallet.ts b/packages/taler-wallet-core/src/wallet.ts index 4491a167b..07af32bb8 100644 --- a/packages/taler-wallet-core/src/wallet.ts +++ b/packages/taler-wallet-core/src/wallet.ts @@ -132,7 +132,11 @@ import { PendingOperationType, } from "./types/pending"; import { WalletNotification, NotificationType } from "./types/notifications"; -import { processPurchaseQueryRefund, applyRefund, abortFailedPayWithRefund } from "./operations/refund"; +import { + processPurchaseQueryRefund, + applyRefund, + abortFailedPayWithRefund, +} from "./operations/refund"; import { durationMin, Duration } from "./util/time"; import { processRecoupGroup } from "./operations/recoup"; import { @@ -152,7 +156,12 @@ import { testPay, } from "./operations/testing"; import { TalerErrorCode } from "."; -import { addBackupProvider, codecForAddBackupProviderRequest, runBackupCycle, exportBackup } from './operations/backup'; +import { + addBackupProvider, + codecForAddBackupProviderRequest, + runBackupCycle, + exportBackup, +} from "./operations/backup"; const builtinCurrencies: CurrencyRecord[] = [ { @@ -721,9 +730,7 @@ export class Wallet { * Accept a refund, return the contract hash for the contract * that was involved in the refund. */ - async applyRefund( - talerRefundUri: string, - ): Promise { + async applyRefund(talerRefundUri: string): Promise { return applyRefund(this.ws, talerRefundUri); } -- cgit v1.2.3