From 8621e5cf9bd58e131dc8ca9e2842f5bae6c3ec52 Mon Sep 17 00:00:00 2001 From: Sebastian Wolfram Date: Thu, 27 Jun 2024 14:45:39 +0200 Subject: [PATCH] fix code style --- bindings/wasm/lib/key_id_storage.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/wasm/lib/key_id_storage.ts b/bindings/wasm/lib/key_id_storage.ts index 913d73df84..0ed977a5c5 100644 --- a/bindings/wasm/lib/key_id_storage.ts +++ b/bindings/wasm/lib/key_id_storage.ts @@ -1,4 +1,4 @@ -import { encode as base64Encode } from 'base64-arraybuffer'; +import { encode as base64Encode } from "base64-arraybuffer"; import type { KeyIdStorage, MethodDigest } from "~identity_wasm"; export class KeyIdMemStore implements KeyIdStorage {