diff --git a/provider/packet/packet_discover.go b/provider/packet/packet_discover.go index 28569705..83c2accf 100644 --- a/provider/packet/packet_discover.go +++ b/provider/packet/packet_discover.go @@ -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) {