From 83af702f1cae043902e23e9358c3e036ddca8d33 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Wed, 3 Jun 2020 16:46:25 +0530 Subject: re-indent with latest version of prettier --- src/operations/history.ts | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'src/operations/history.ts') diff --git a/src/operations/history.ts b/src/operations/history.ts index 4e43596f0..f04dad113 100644 --- a/src/operations/history.ts +++ b/src/operations/history.ts @@ -18,11 +18,7 @@ * Imports. */ import { InternalWalletState } from "./state"; -import { - Stores, - ProposalStatus, - ProposalRecord, -} from "../types/dbTypes"; +import { Stores, ProposalStatus, ProposalRecord } from "../types/dbTypes"; import { Amounts } from "../util/amounts"; import { AmountJson } from "../util/amounts"; import { @@ -216,7 +212,9 @@ export async function getHistory( HistoryEventType.Withdrawn, wsr.withdrawalGroupId, ), - amountWithdrawnEffective: Amounts.stringify(wsr.denomsSel.totalCoinValue), + amountWithdrawnEffective: Amounts.stringify( + wsr.denomsSel.totalCoinValue, + ), amountWithdrawnRaw: Amounts.stringify(wsr.rawWithdrawalAmount), exchangeBaseUrl: wsr.exchangeBaseUrl, timestamp: wsr.timestampFinish, -- cgit v1.2.3