Skip to content

Commit d05388f

Browse files
fix: format tsc test
1 parent ef6e130 commit d05388f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/tsc/dom_nodelistof_iterable.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ const div = document.createElement("div");
22
div.innerHTML = "<p></p><p></p>";
33

44
for (const child of div.childNodes) {
5-
child.nodeName;
5+
child.nodeName;
66
}

0 commit comments

Comments
 (0)