Skip to content

Commit 7924c4d

Browse files
committed
formatting
1 parent 51ae0db commit 7924c4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/__tests__/BigInt_test.re

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

120120
test("BigInt.(lnot)", () => {
121121
let a = randomInt();
122-
let b = lnot(a);
122+
let b = lnot(a);
123123

124124
Expect.(
125125
[@ocaml.warning "-44"] expect(BigInt.(lnot(fromInt(a))))

0 commit comments

Comments
 (0)