Run gofmt.
This commit is contained in:
parent
c1992f18e5
commit
9f046cd88e
13 changed files with 1 additions and 21 deletions
|
|
@ -35,7 +35,6 @@ const (
|
|||
)
|
||||
|
||||
type tcpStatCollector struct {
|
||||
|
||||
metric *prometheus.GaugeVec
|
||||
}
|
||||
|
||||
|
|
@ -47,7 +46,6 @@ func init() {
|
|||
// a new Collector exposing network stats.
|
||||
func NewTCPStatCollector() (Collector, error) {
|
||||
return &tcpStatCollector{
|
||||
|
||||
metric: prometheus.NewGaugeVec(
|
||||
prometheus.GaugeOpts{
|
||||
Namespace: Namespace,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue