Skip to content

Commit

Permalink
Fix code formatting error
Browse files Browse the repository at this point in the history
  • Loading branch information
fhammerschmidt committed Sep 22, 2023
1 parent 4034e8a commit 4bf6fc3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions jscomp/gentype/TranslateStructure.ml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ let rec addAnnotationsToTypes_ ~config ~(expr : Typedtree.expression)
let aName =
if aName = "*opt*" then
match arg_label with
| Optional l ->
l
| Optional l -> l
| _ -> "" (* should not happen *)
else aName
in
Expand Down

0 comments on commit 4bf6fc3

Please sign in to comment.