From 2e0d2dabe87b5b6be10daf0473083c406b083834 Mon Sep 17 00:00:00 2001 From: Pablo Carranza Velez Date: Mon, 26 Jun 2023 13:11:00 -0300 Subject: [PATCH] fix: formatting --- .../indexer-common/src/indexer-management/allocations.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/packages/indexer-common/src/indexer-management/allocations.ts b/packages/indexer-common/src/indexer-management/allocations.ts index a2a1aa5ee..f46aa29d5 100644 --- a/packages/indexer-common/src/indexer-management/allocations.ts +++ b/packages/indexer-common/src/indexer-management/allocations.ts @@ -79,7 +79,10 @@ export interface ActionStakeUsageSummary { balance: BigNumber } -export type PopulateTransactionResult = PopulatedTransaction | PopulatedTransaction[] | ActionFailure +export type PopulateTransactionResult = + | PopulatedTransaction + | PopulatedTransaction[] + | ActionFailure export type TransactionResult = | ContractReceipt