mirror of
https://github.com/prometheus-community/postgres_exporter
synced 2025-04-07 01:31:26 +00:00
Fix bad gofmt'ing.
This commit is contained in:
parent
fa2c1e8f0f
commit
9118b7c814
@ -3,11 +3,13 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
. "gopkg.in/check.v1"
|
||||
"testing"
|
||||
|
||||
"github.com/blang/semver"
|
||||
. "gopkg.in/check.v1"
|
||||
|
||||
"os"
|
||||
|
||||
"github.com/blang/semver"
|
||||
)
|
||||
|
||||
// Hook up gocheck into the "go test" runner.
|
||||
|
Loading…
Reference in New Issue
Block a user