Skip to content

Commit

Permalink
Fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Vasiliy Polikarpov authored Feb 20, 2020
1 parent a9ed829 commit 921fb9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion collector/collector.go
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ func (k *KACollector) parseData() ([]Data, error) {
}
}
} else if strings.HasPrefix(line, " VRRP Version") {
# noop
// noop
} else {
if dt.Iname != "" {
data = append(data, dt)
Expand Down

0 comments on commit 921fb9b

Please sign in to comment.