1
0
mirror of https://github.com/prometheus-community/postgres_exporter.git synced 2025-11-23 23:02:58 +03:00

Fix new linter errors.

This commit is contained in:
Will Rouesnel
2017-08-04 02:24:31 +10:00
parent 4c2dc4a7dd
commit 17592ee8e9

View File

@@ -13,7 +13,6 @@ import (
func Test(t *testing.T) { TestingT(t) } func Test(t *testing.T) { TestingT(t) }
type FunctionalSuite struct { type FunctionalSuite struct {
e *Exporter
} }
var _ = Suite(&FunctionalSuite{}) var _ = Suite(&FunctionalSuite{})