mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
go fmt
This commit is contained in:
parent
80b92335bb
commit
25be602dce
@ -66,8 +66,8 @@ func (e *PrometheusExecutor) getClient() (prometheus.QueryAPI, error) {
|
|||||||
if e.BasicAuth {
|
if e.BasicAuth {
|
||||||
cfg.Transport = basicAuthTransport{
|
cfg.Transport = basicAuthTransport{
|
||||||
Transport: e.Transport,
|
Transport: e.Transport,
|
||||||
username: e.BasicAuthUser,
|
username: e.BasicAuthUser,
|
||||||
password: e.BasicAuthPassword,
|
password: e.BasicAuthPassword,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user