Skip to content

Commit 3a12f8e

Browse files
committed
Fix format
1 parent 0b48963 commit 3a12f8e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

jscomp/test/reasonReact.res

+1-2
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,7 @@ and oldNewSelf<'state, 'retainedProps, 'action> = {
117117
type rec jsComponentThis<'state, 'props, 'retainedProps, 'action> = {
118118
"state": totalState<'state, 'retainedProps, 'action>,
119119
"props": {"reasonProps": 'props},
120-
"setState": @meth
121-
(
120+
"setState": @meth (
122121
(
123122
totalState<'state, 'retainedProps, 'action>,
124123
'props,

0 commit comments

Comments
 (0)