Skip to content

Commit 3b2aa47

Browse files
committed
Fix format
1 parent 30c462a commit 3b2aa47

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

jscomp/frontend/bs_ast_invariant.ml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@
2929
let is_bs_attribute txt =
3030
match txt with
3131
(* TODO #6636: "int" *)
32-
| "as" | "bs" | "config" | "ignore" | "optional" | "string" | "uncurry" | "unwrap" ->
32+
| "as" | "bs" | "config" | "ignore" | "optional" | "string" | "uncurry"
33+
| "unwrap" ->
3334
true
3435
| _ -> false
3536

0 commit comments

Comments
 (0)