Skip to content

Commit 271aaf6

Browse files
committed
Apply gofmt
1 parent 9e52d7a commit 271aaf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grafana/provider.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ func providerConfigure(d *schema.ResourceData) (interface{}, error) {
5757
cli.Transport = logging.NewTransport("Grafana", cli.Transport)
5858
cfg := gapi.Config{
5959
Client: cli,
60-
OrgID: d.Get("org_id").(int64),
60+
OrgID: d.Get("org_id").(int64),
6161
}
6262
if len(auth) == 2 {
6363
cfg.BasicAuth = url.UserPassword(auth[0], auth[1])

0 commit comments

Comments
 (0)