Make linter happy

This commit is contained in:
Alfonso Acosta
2017-01-03 22:55:28 +00:00
parent 7716d96810
commit a8b4e65b5c

View File

@@ -16,9 +16,9 @@ type ProcNet struct {
// NewProcNet gives a new ProcNet parser.
func NewProcNet(b []byte) *ProcNet {
return &ProcNet{
b: b,
c: Connection{},
seen: map[uint64]struct{}{},
b: b,
c: Connection{},
seen: map[uint64]struct{}{},
}
}