Skip to content

Commit 9373636

Browse files
committed
Update goimport/gofmt of files.
1 parent 3acec53 commit 9373636

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmd/postgres_exporter/postgres_exporter.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -709,8 +709,8 @@ type Exporter struct {
709709
// NewExporter returns a new PostgreSQL exporter for the provided DSN.
710710
func NewExporter(dsn string, disableDefaultMetrics bool, userQueriesPath string) *Exporter {
711711
return &Exporter{
712-
builtinMetricMaps: builtinMetricMaps,
713-
dsn: dsn,
712+
builtinMetricMaps: builtinMetricMaps,
713+
dsn: dsn,
714714
disableDefaultMetrics: disableDefaultMetrics,
715715
userQueriesPath: userQueriesPath,
716716
duration: prometheus.NewGauge(prometheus.GaugeOpts{

0 commit comments

Comments
 (0)