diff options
author | Valery Piashchynski <[email protected]> | 2020-11-13 18:06:24 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2020-11-13 18:06:24 +0300 |
commit | e83f7d824e5f491fb50b4a9024ef7862aee9b6ca (patch) | |
tree | bc594c95c88a7062720841a7ebc0aef95ea3969f /plugins/metrics/tests/plugin1.go | |
parent | 326b1f1beadc502dd7d78c7ffbceeaf238406ebb (diff) |
golangci linters warnings fix
Diffstat (limited to 'plugins/metrics/tests/plugin1.go')
-rw-r--r-- | plugins/metrics/tests/plugin1.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/metrics/tests/plugin1.go b/plugins/metrics/tests/plugin1.go index 345a3ec6..8f1ece52 100644 --- a/plugins/metrics/tests/plugin1.go +++ b/plugins/metrics/tests/plugin1.go @@ -38,7 +38,7 @@ func (p1 *Plugin1) MetricsCollector() prometheus.Collector { return collector } -//////////////////////////////////////////////////////////////// +// ////////////////////////////////////////////////////////////// type Plugin3 struct { config config.Configurer } |