Skip to content

Commit

Permalink
cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
satta committed Aug 23, 2019
1 parent 85a6f77 commit f5a96d7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion cmd/gommunityid.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import (
)

func main() {

pcapCmd := flag.NewFlagSet("pcap", flag.ExitOnError)
pcapVersion := pcapCmd.Uint("version", 1, "Community ID version")
pcapSeed := pcapCmd.Uint("seed", 0, "seed value (default 0)")
Expand Down
2 changes: 1 addition & 1 deletion pcap_flowtuple_source_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ func TestPcapFlowTupleSource(t *testing.T) {
if err != nil {
log.Fatal(err)
}
for _ = range ftChan {
for range ftChan {
i++
}
log.Printf("read %s with %d packets", testfile, i)
Expand Down

0 comments on commit f5a96d7

Please sign in to comment.