Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
athornton committed Sep 7, 2023
1 parent cdbf514 commit 8525fe8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugins/parsers/avro/parser.go
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,6 @@ func (p *Parser) createMetric(data map[string]interface{}, schema string) (teleg
// If you have specified your fields in the config, you
// get what you asked for.
fieldList = p.Fields

} else {
for k := range data {
// Otherwise, that which is not a tag is a field
Expand Down

0 comments on commit 8525fe8

Please sign in to comment.