Skip to content

Commit

Permalink
chore: fix lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ekristen committed Aug 24, 2024
1 parent 165292a commit a4a6dbd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions resources/bigquery-dataset.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ func (l *BigQueryDatasetLister) List(ctx context.Context, o interface{}) ([]reso

resources = append(resources, &BigQueryDataset{
svc: l.svc,
project: opts.Project,
region: opts.Region,
dataset: resp,
Name: ptr.String(meta.Name),
Location: ptr.String(meta.Location),
Expand Down

0 comments on commit a4a6dbd

Please sign in to comment.