We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb0d757 commit f0e4547Copy full SHA for f0e4547
tree/tree.go
@@ -92,7 +92,7 @@ func (s Leaf) String() string {
92
}
93
94
// Tree implements a Node.
95
-type Tree struct { //nolint:revive
+type Tree struct {
96
value string
97
hidden bool
98
offset [2]int
0 commit comments