Skip to content

Commit 55b6ef7

Browse files
committed
go fmt / formatting
1 parent 827835c commit 55b6ef7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ type connection struct {
163163
database string
164164
user string
165165
tokenExpirationTime time.Time
166-
iteratorValues []string
166+
iteratorValues []string
167167
}
168168

169169
// Query is an SQL query that is executed on a connection

main.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ import (
1010
"github.com/go-kit/log"
1111
"github.com/go-kit/log/level"
1212
"github.com/prometheus/client_golang/prometheus"
13-
"github.com/prometheus/client_golang/prometheus/promhttp"
14-
"github.com/prometheus/common/version"
1513
prom_collectors_version "github.com/prometheus/client_golang/prometheus/collectors/version"
14+
"github.com/prometheus/client_golang/prometheus/promhttp"
15+
"github.com/prometheus/common/version"
1616
_ "go.uber.org/automaxprocs"
1717
)
1818

0 commit comments

Comments
 (0)