From bb369f2e2ab7838751ce9aae2e23622be1391586 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Tue, 1 Sep 2020 19:07:14 +0530 Subject: auto-format --- packages/taler-wallet-core/src/operations/state.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/taler-wallet-core/src/operations/state.ts') diff --git a/packages/taler-wallet-core/src/operations/state.ts b/packages/taler-wallet-core/src/operations/state.ts index 131e9083d..c4d5b38f1 100644 --- a/packages/taler-wallet-core/src/operations/state.ts +++ b/packages/taler-wallet-core/src/operations/state.ts @@ -82,7 +82,7 @@ export class InternalWalletState { */ async runSequentialized(tokens: string[], f: () => Promise) { // Make sure locks are always acquired in the same order - tokens = [... tokens].sort(); + tokens = [...tokens].sort(); for (const token of tokens) { if (this.resourceLocks.has(token)) { -- cgit v1.2.3