Skip to content

Commit

Permalink
Fixing mistakes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mbodin committed Dec 4, 2023
1 parent 5796920 commit 6f42a1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syntax/attribute_value.ml
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ let rec transform =
fun ?separated_by:_ ?default:_ loc name s ->
if does_match regexp_wsp s then
Some [%expr []]
else if does_match regexp_wsp s then
else if does_match regexp s then
begin
let item = Re_str.matched_group 1 s in
let rest = Re_str.matched_group 2 s in
Expand Down

0 comments on commit 6f42a1c

Please sign in to comment.