From 17592ee8e9941b17641d72d86af4a277091bfa99 Mon Sep 17 00:00:00 2001 From: Will Rouesnel Date: Fri, 4 Aug 2017 02:24:31 +1000 Subject: [PATCH] Fix new linter errors. --- postgres_exporter_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/postgres_exporter_test.go b/postgres_exporter_test.go index a17cd2a7..7edeee04 100644 --- a/postgres_exporter_test.go +++ b/postgres_exporter_test.go @@ -13,7 +13,6 @@ import ( func Test(t *testing.T) { TestingT(t) } type FunctionalSuite struct { - e *Exporter } var _ = Suite(&FunctionalSuite{})