Skip to content

Commit

Permalink
fix comment formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
yusufshalaby committed Oct 2, 2024
1 parent 8dfcd6c commit 416290d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/inputs/cisco_telemetry_mdt/cisco_telemetry_mdt.go
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,7 @@ func (c *CiscoTelemetryMDT) parseClassAttributeField(grouper *metric.SeriesGroup
break
}
}
// Add attributes to grouper with consistent dn tag
// Add attributes to grouper with consistent dn tag
for _, subfield := range nxAttributes.Fields {
c.parseContentField(grouper, subfield, "", encodingPath, tags, timestamp)
}
Expand Down

0 comments on commit 416290d

Please sign in to comment.