Skip to content

Commit

Permalink
fix golangci-lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
gpop63 committed Oct 19, 2023
1 parent 44ade38 commit 54e857e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/metricbeat/module/gcp/billing/billing.go
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ type row struct {
}

func (m *MetricSet) queryBigQuery(ctx context.Context, client *bigquery.Client, tableMeta tableMeta, month string, costType string) ([]mb.Event, error) {
var events []mb.Event
events := make([]mb.Event, 0)

query := m.generateQuery(tableMeta.tableFullID, month, costType)
m.logger.Debug("bigquery query = ", query)
Expand Down

0 comments on commit 54e857e

Please sign in to comment.