all: gofmt -w -s
This commit is contained in:
@ -34,7 +34,7 @@ func (self Generic) Compare(f Filter) bool {
|
||||
strMatch = false
|
||||
}
|
||||
|
||||
for k, _ := range self.Data {
|
||||
for k := range self.Data {
|
||||
if _, ok := filter.Data[k]; !ok {
|
||||
return false
|
||||
}
|
||||
|
Reference in New Issue
Block a user