Skip to content

Commit f0e4547

Browse files
committed
chore: fix lint
1 parent fb0d757 commit f0e4547

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tree/tree.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ func (s Leaf) String() string {
9292
}
9393

9494
// Tree implements a Node.
95-
type Tree struct { //nolint:revive
95+
type Tree struct {
9696
value string
9797
hidden bool
9898
offset [2]int

0 commit comments

Comments
 (0)