Skip to content
This repository was archived by the owner on Jun 15, 2023. It is now read-only.

Commit b3215f6

Browse files
committed
add EOF
1 parent 503d63f commit b3215f6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/ppx/react/externalWithRef.res

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ module V4C = {
2626
~x: string,
2727
~ref: ReactDOM.Ref.currentDomRef=?,
2828
) => React.element = "component"
29-
}
29+
}

tests/ppx/react/externalWithTypeVariables.res

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ module V4C = {
2626
~x: t<'a>,
2727
~children: React.element,
2828
) => React.element = "component"
29-
}
29+
}

0 commit comments

Comments
 (0)