You've already forked postgres_exporter
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:
@@ -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{})
|
||||||
|
|||||||
Reference in New Issue
Block a user