Run gofmt.

This commit is contained in:
Julius Volz 2015-05-28 21:21:54 +02:00
commit 9f046cd88e
13 changed files with 1 additions and 21 deletions

View file

@ -17,7 +17,6 @@ const (
)
type statCollector struct {
cpu *prometheus.CounterVec
intr prometheus.Counter
ctxt prometheus.Counter
@ -35,7 +34,6 @@ func init() {
// network device stats.
func NewStatCollector() (Collector, error) {
return &statCollector{
cpu: prometheus.NewCounterVec(
prometheus.CounterOpts{
Namespace: Namespace,