Skip to content

Commit

Permalink
gofmt'd
Browse files Browse the repository at this point in the history
  • Loading branch information
dhiaayachi committed Aug 29, 2024
1 parent 606f7fc commit e2a0d82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provider/packet/packet_discover.go
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ func Include(vs []string, t string) bool {
return Index(vs, t) >= 0
}

//Any returns true if one of the strings in the slice satisfies the predicate f.
// Any returns true if one of the strings in the slice satisfies the predicate f.
func Any(vs []string, f func(string) bool) bool {
for _, v := range vs {
if f(v) {
Expand Down

0 comments on commit e2a0d82

Please sign in to comment.