Skip to content

Commit 6c9729d

Browse files
committed
revert removing newline
1 parent b65ef24 commit 6c9729d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -464,6 +464,7 @@ for (const [name, tests] of Object.entries(fixtures)) {
464464
test(t.name, () => {
465465
const actual = unflatten(JSON.parse(t.json), t.revivers);
466466
const expected = t.value;
467+
467468
if (t.validate) {
468469
t.validate(actual);
469470
} else {

0 commit comments

Comments
 (0)