Skip to content

Commit cb5651e

Browse files
chore: format
1 parent adf838e commit cb5651e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/shared/src/format.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ describe("format", () => {
4747
expect(format(NaN)).toBe("NaN");
4848
});
4949
it("handles Maps", () => {
50-
const map = new Map<string|number,string|number>([
50+
const map = new Map<string | number, string | number>([
5151
["a", 1],
5252
["b", "2"],
5353
[3, "three"],

0 commit comments

Comments
 (0)