Skip to content

Commit

Permalink
fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
wulfraem committed Jun 27, 2024
1 parent 83a3359 commit 8621e5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/wasm/lib/key_id_storage.ts
Original file line number Diff line number Diff line change
@@ -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 {
Expand Down

0 comments on commit 8621e5c

Please sign in to comment.