Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Commit

Permalink
Equals again
Browse files Browse the repository at this point in the history
  • Loading branch information
gaissmai committed Mar 27, 2021
1 parent 1ed100a commit fca20c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inettree/augmentInetBlock.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ func (a Item) Less(i tree.Interface) bool {
}

// Equal implements the tree.Interface for Item
func (a Item) Equal(i tree.Interface) bool {
func (a Item) Equals(i tree.Interface) bool {
b := i.(Item)
return a.Block == b.Block
}
Expand Down

0 comments on commit fca20c9

Please sign in to comment.