aboutsummaryrefslogtreecommitdiffstats
path: root/modules/metrics/collector.go
diff options
context:
space:
mode:
Diffstat (limited to 'modules/metrics/collector.go')
-rwxr-xr-xmodules/metrics/collector.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/metrics/collector.go b/modules/metrics/collector.go
index 6463118581..069633a565 100755
--- a/modules/metrics/collector.go
+++ b/modules/metrics/collector.go
@@ -47,7 +47,6 @@ type Collector struct {
// NewCollector returns a new Collector with all prometheus.Desc initialized
func NewCollector() Collector {
-
return Collector{
Accesses: prometheus.NewDesc(
namespace+"accesses",