Skip to content

Commit

Permalink
Update internal/model/trace.go
Browse files Browse the repository at this point in the history
Co-authored-by: Simone Basso <bassosimone@gmail.com>
  • Loading branch information
ainghazal and bassosimone authored Feb 13, 2024
1 parent d7a931b commit a149648
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/model/trace.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ type Direction int

const (
// DirectionIncoming marks received packets.
DirectionIncoming = iota
DirectionIncoming = Direction(iota)

// DirectionOutgoing marks packets to be sent.
DirectionOutgoing
Expand Down

0 comments on commit a149648

Please sign in to comment.