Skip to content

Commit

Permalink
nit (remove empty line)
Browse files Browse the repository at this point in the history
  • Loading branch information
lspgn committed May 19, 2024
1 parent 5b83dbb commit a09c5e4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion producer/proto/producer_nf.go
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,6 @@ func ConvertNetFlowDataSet(flowMessage *ProtoProducerMessage, version uint16, ba
}
timeDiff := (uptimeNs - uint64(timeFirstSwitched)*1e6)
flowMessage.TimeFlowStartNs = baseTimeNs - timeDiff

case netflow.NFV9_FIELD_LAST_SWITCHED:
var timeLastSwitched uint32
if err := DecodeUNumber(v, &timeLastSwitched); err != nil {
Expand Down

0 comments on commit a09c5e4

Please sign in to comment.