Skip to content

Commit 3ec2045

Browse files
committed
style: prettier
1 parent e48fac6 commit 3ec2045

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

test/router.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ describe("router", () => {
4949
expect(response.status).toBe(500);
5050
expect(await response.text()).toBe("Server misconfigured");
5151
});
52-
});
52+
});

test/utils/hmacSHA256Base64.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ describe("hmacSHA256Base64", () => {
1414

1515
expect(signatureA).not.toBe(signatureB);
1616
});
17-
});
17+
});

0 commit comments

Comments
 (0)