Skip to content

Commit

Permalink
Make linter happy
Browse files Browse the repository at this point in the history
  • Loading branch information
ronensc committed Feb 16, 2023
1 parent 991f3be commit 3ac1d71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/pipeline/extract/conntrack/conn.go
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ func (cb *connBuilder) KeysFrom(flowLog config.GenericMap, kd api.KeyDefinition,
}
}
if cb.shouldSwapAB {
for i, _ := range endpointAFields {
for i := range endpointAFields {
fieldA := endpointAFields[i]
fieldB := endpointBFields[i]
cb.conn.keys[fieldA] = flowLog[fieldB]
Expand Down

0 comments on commit 3ac1d71

Please sign in to comment.