Skip to content

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
cknitt committed May 31, 2024
1 parent 30c462a commit 3b2aa47
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jscomp/frontend/bs_ast_invariant.ml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
let is_bs_attribute txt =
match txt with
(* TODO #6636: "int" *)
| "as" | "bs" | "config" | "ignore" | "optional" | "string" | "uncurry" | "unwrap" ->
| "as" | "bs" | "config" | "ignore" | "optional" | "string" | "uncurry"
| "unwrap" ->
true
| _ -> false

Expand Down

0 comments on commit 3b2aa47

Please sign in to comment.