Skip to content

Commit fe9f2bf

Browse files
🤖 dprint fmt
1 parent f20fb62 commit fe9f2bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/react-dom/test/experimental-tests.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ function fragmentRefTest() {
111111

112112
instance.experimental_scrollIntoView(
113113
// @ts-expect-error -- options are not supported yet
114-
{}
114+
{},
115115
);
116116
return () => {};
117117
}}

0 commit comments

Comments
 (0)