Skip to content

Commit

Permalink
make linter happy
Browse files Browse the repository at this point in the history
  • Loading branch information
alexei-led committed Sep 5, 2023
1 parent 838baf9 commit 8073816
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/aws/global/infrastructure.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ var (
type AWSRegionExplorer struct{}

// GetRegionMap returns a map of region ID to Region
func (aws AWSRegionExplorer) GetRegionMap(ctx context.Context) (map[string]Region, error) {
func (ex *AWSRegionExplorer) GetRegionMap(ctx context.Context) (map[string]Region, error) {
var err error
// load the region map from SSM parameter store, do it only once
once.Do(func() {
Expand Down

0 comments on commit 8073816

Please sign in to comment.