Browse Source

stackdriver: fix broken braces

Erik Sundell 7 years ago
parent
commit
3999578300
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pkg/tsdb/stackdriver/stackdriver.go

+ 1 - 1
pkg/tsdb/stackdriver/stackdriver.go

@@ -553,7 +553,7 @@ func calcBucketBound(bucketOptions StackdriverBucketOptions, n int) string {
 	return bucketBound
 	return bucketBound
 }
 }
 
 
-func (e *StackdriverExecutor) createRequest(ctx context.Context, dsInfo *models.DataSource, endpointName string)) (*http.Request, error) {
+func (e *StackdriverExecutor) createRequest(ctx context.Context, dsInfo *models.DataSource, endpointName string) (*http.Request, error) {
 	u, _ := url.Parse(dsInfo.Url)
 	u, _ := url.Parse(dsInfo.Url)
 	u.Path = path.Join(u.Path, "render")
 	u.Path = path.Join(u.Path, "render")