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

Commit a3c27ef

Browse files
committed
Move comment.
1 parent f8869bc commit a3c27ef

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/res_core.ml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3731,8 +3731,7 @@ and parseListExpr ~startPos p =
37313731
Parser.expect Rbrace p;
37323732
let loc = mkLoc startPos p.prevEndPos in
37333733
match listExprsRev with
3734-
| (true, (* spread expression *)
3735-
expr) :: exprs ->
3734+
| (true (* spread expression *), expr) :: exprs ->
37363735
let exprs = check_all_non_spread_exp exprs in
37373736
makeListExpression loc exprs (Some expr)
37383737
| exprs ->

0 commit comments

Comments
 (0)