Skip to content

Commit

Permalink
go fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
bhale-ibm committed Feb 20, 2024
1 parent 4b4d3f9 commit d23e455
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pkg/pipeline/write/write_ipfix.go
Original file line number Diff line number Diff line change
Expand Up @@ -455,12 +455,12 @@ func setKubeIEValue(record config.GenericMap, ieValPtr *entities.InfoElementWith
ieVal.SetStringValue("none")
}
case "timeFlowRttNs":
if record["TimeFlowRttNs"] != nil {
if record["TimeFlowRttNs"] != nil {
ieVal.SetUnsigned64Value(record["TimeFlowRttNs"].(uint64))
} else {
// nothing here for now
}
}
} else {
// nothing here for now
}
}
}
func setEntities(record config.GenericMap, enrichEnterpriseID uint32, elements *[]entities.InfoElementWithValue) error {
for _, ieVal := range *elements {
Expand Down

0 comments on commit d23e455

Please sign in to comment.