From a8b4e65b5cea19bb2860c723f0c4bb341534f0bf Mon Sep 17 00:00:00 2001 From: Alfonso Acosta Date: Tue, 3 Jan 2017 22:55:28 +0000 Subject: [PATCH] Make linter happy --- probe/endpoint/procspy/procnet.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/probe/endpoint/procspy/procnet.go b/probe/endpoint/procspy/procnet.go index ece88a6a6..910ba6706 100644 --- a/probe/endpoint/procspy/procnet.go +++ b/probe/endpoint/procspy/procnet.go @@ -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{}{}, } }