Skip to content

Commit

Permalink
refactor: remove unused Anchor field from MappingValueNode (#624)
Browse files Browse the repository at this point in the history
Signed-off-by: Nikita Pivkin <[email protected]>
  • Loading branch information
nikpivkin authored Jan 25, 2025
1 parent f739772 commit aa0f7eb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ast/ast.go
Original file line number Diff line number Diff line change
Expand Up @@ -1350,7 +1350,6 @@ type MappingValueNode struct {
Start *token.Token
Key MapKeyNode
Value Node
Anchor *AnchorNode
FootComment *CommentGroupNode
}

Expand Down

0 comments on commit aa0f7eb

Please sign in to comment.