summaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/util/codec.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/taler-wallet-core/src/util/codec.ts')
-rw-r--r--packages/taler-wallet-core/src/util/codec.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/taler-wallet-core/src/util/codec.ts b/packages/taler-wallet-core/src/util/codec.ts
index 741a5b172..4654c8b93 100644
--- a/packages/taler-wallet-core/src/util/codec.ts
+++ b/packages/taler-wallet-core/src/util/codec.ts
@@ -302,8 +302,8 @@ export function codecForBoolean(): Codec<boolean> {
`expected boolean at ${renderContext(c)} but got ${typeof x}`,
);
},
- }
-};
+ };
+}
/**
* Return a codec for a value that must be a string.