From 95e638f513c6e8e5b4ab32981a1f8900b43700c7 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Thu, 2 Apr 2020 20:44:12 +0530 Subject: cosmetics and comments --- src/operations/history.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/operations/history.ts') diff --git a/src/operations/history.ts b/src/operations/history.ts index 848739334..edb4d9f27 100644 --- a/src/operations/history.ts +++ b/src/operations/history.ts @@ -404,7 +404,10 @@ export async function getHistory( type: ReserveType.Manual, }; } - const s = summarizeReserveHistory(reserve.reserveTransactions, reserve.currency); + const s = summarizeReserveHistory( + reserve.reserveTransactions, + reserve.currency, + ); history.push({ type: HistoryEventType.ReserveBalanceUpdated, eventId: makeEventId( -- cgit v1.2.3