Skip to content

Commit 4bf6fc3

Browse files
Fix code formatting error
1 parent 4034e8a commit 4bf6fc3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

jscomp/gentype/TranslateStructure.ml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ let rec addAnnotationsToTypes_ ~config ~(expr : Typedtree.expression)
1111
let aName =
1212
if aName = "*opt*" then
1313
match arg_label with
14-
| Optional l ->
15-
l
14+
| Optional l -> l
1615
| _ -> "" (* should not happen *)
1716
else aName
1817
in

0 commit comments

Comments
 (0)