Skip to content

Commit

Permalink
fix: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkgos committed Nov 22, 2024
1 parent 21ba114 commit 72de44b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tree/tree.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ import (
"cmp"
)



type NodeTree[I cmp.Ordered, T any] interface {
GetId() I
GetPid() I
Expand Down

0 comments on commit 72de44b

Please sign in to comment.