Skip to content

Commit 8331226

Browse files
committed
f
1 parent fd0f851 commit 8331226

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pkg/systemstatsmonitor/net_collector.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,8 @@ import (
2727
)
2828

2929
type netCollector struct {
30+
config *ssmtypes.NetStatsConfig
3031
recorder *ifaceStatRecorder
31-
32-
config *ssmtypes.NetStatsConfig
3332
}
3433

3534
func NewNetCollectorOrDie(netConfig *ssmtypes.NetStatsConfig) *netCollector {

0 commit comments

Comments
 (0)