mirror of
https://github.com/weaveworks/scope.git
synced 2026-07-21 22:36:39 +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