Skip to content

Commit

Permalink
More formatting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
prydin committed Jan 6, 2020
1 parent 0345ed9 commit 83cfa3c
Show file tree
Hide file tree
Showing 2 changed files with 13,471 additions and 10,666 deletions.
2 changes: 1 addition & 1 deletion plugins/inputs/vsphere/finder.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ func (f *Finder) FindAll(ctx context.Context, resType string, paths, excludePath
return err
}
}
for k, _ := range excludes {
for k := range excludes {
delete(objs, k)
}
}
Expand Down
Loading

0 comments on commit 83cfa3c

Please sign in to comment.