Skip to content

Commit

Permalink
chore: fmt
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
  • Loading branch information
caarlos0 committed May 13, 2024
1 parent 457fc95 commit 8fc0bc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tree/item.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ func NewStringData(data ...string) Data {

var _ Data = NewFilter(nil)

// Filter applies a filter on some data. You could use this to create a new
// Filter applies a filter on some data. You could use this to create a new
// tree whose values all satisfy the condition provided in the Filter() function.
type Filter struct {
data Data
Expand Down

0 comments on commit 8fc0bc5

Please sign in to comment.