mirror of
https://github.com/weaveworks/scope.git
synced 2026-09-06 10:17:19 +00:00
Make linter happy
This commit is contained in:
@@ -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{}{},
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user