Skip to content

Commit d4b4395

Browse files
committed
chore: apply fmt
1 parent 80dfbc0 commit d4b4395

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

schemes/_wasm/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ describe("digestSync", () => {
2828

2929
it("should work SHA-256 hashing", () => {
3030
const result = Crypto.subtle.digestSync(
31-
'SHA-256',
31+
"SHA-256",
3232
new TextEncoder().encode(Sha256.input),
3333
);
3434

0 commit comments

Comments
 (0)