Skip to content

Commit

Permalink
refine group id
Browse files Browse the repository at this point in the history
  • Loading branch information
ah-yu committed Mar 25, 2024
1 parent 46fed6f commit ff0844b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ impl FormatNodeRule<JsObjectBindingPatternProperty> for FormatJsObjectBindingPat
init,
} = node.as_fields();

let group_id = f.group_id("object_binding_pattern_property");
let group_id = f.group_id("assignment");

write![
f,
Expand Down

0 comments on commit ff0844b

Please sign in to comment.