فهرست منبع

gofmt my dear friend

bergquist 8 سال پیش
والد
کامیت
a32644198c
1فایلهای تغییر یافته به همراه6 افزوده شده و 6 حذف شده
  1. 6 6
      pkg/plugins/datasource/wrapper/datasource_plugin_wrapper.go

+ 6 - 6
pkg/plugins/datasource/wrapper/datasource_plugin_wrapper.go

@@ -28,12 +28,12 @@ func (tw *DatasourcePluginWrapper) Query(ctx context.Context, ds *models.DataSou
 
 
 	pbQuery := &datasource.DatasourceRequest{
 	pbQuery := &datasource.DatasourceRequest{
 		Datasource: &datasource.DatasourceInfo{
 		Datasource: &datasource.DatasourceInfo{
-			Name:     ds.Name,
-			Type:     ds.Type,
-			Url:      ds.Url,
-			Id:       ds.Id,
-			OrgId:    ds.OrgId,
-			JsonData: string(jsonData),
+			Name:                    ds.Name,
+			Type:                    ds.Type,
+			Url:                     ds.Url,
+			Id:                      ds.Id,
+			OrgId:                   ds.OrgId,
+			JsonData:                string(jsonData),
 			DecryptedSecureJsonData: ds.SecureJsonData.Decrypt(),
 			DecryptedSecureJsonData: ds.SecureJsonData.Decrypt(),
 		},
 		},
 		TimeRange: &datasource.TimeRange{
 		TimeRange: &datasource.TimeRange{