Skip to content

Commit 35c0d0d

Browse files
committed
format
1 parent 3b63c77 commit 35c0d0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jscomp/syntax/src/res_core.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2005,7 +2005,7 @@ and parseBracketAccess p expr startPos =
20052005
Parser.eatBreadcrumb p;
20062006
let rbracket = p.prevEndPos in
20072007
let arrayLoc = mkLoc lbracket rbracket in
2008-
let attr = Location.mkloc "res.syntaxSugar" arrayLoc, Parsetree.PStr [] in
2008+
let attr = (Location.mkloc "res.syntaxSugar" arrayLoc, Parsetree.PStr []) in
20092009
match p.token with
20102010
| Equal ->
20112011
Parser.leaveBreadcrumb p ExprArrayMutation;

0 commit comments

Comments
 (0)