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

Commit 51c3fee

Browse files
committed
format
1 parent 5314da6 commit 51c3fee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/reactjs_jsx_ppx_v3.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ let jsxMapper () =
375375
| _ -> false
376376
in
377377
(* check if record which goes to Foo.make({ ... } as record) empty or not
378-
if empty then change it to {key: None} only for upper case jsx
378+
if empty then change it to {key: @optional None} only for upper case jsx
379379
This would be redundant regarding PR progress https://github.com/rescript-lang/syntax/pull/299
380380
*)
381381
let props =

0 commit comments

Comments
 (0)