Skip to content

Commit 3e2fce0

Browse files
committed
Formatting
1 parent 62b31c5 commit 3e2fce0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/JSON.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ import {
1111
stringify,
1212
stringifyO,
1313
stringifyPrimitive,
14-
unstringify,
1514
unJSONString,
15+
unstringify,
1616
} from "../src/JSON"
1717

1818
const stringifyPrimitiveUnwrapped = (

test/Newtype.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { describe, it, expect } from "@jest/globals"
1+
import { describe, expect, it } from "@jest/globals"
22
import fc from "fast-check"
33
import type { Endomorphism } from "fp-ts/Endomorphism"
44
import * as O from "fp-ts/Option"

0 commit comments

Comments
 (0)