Skip to content

Commit

Permalink
fix lint error
Browse files Browse the repository at this point in the history
Signed-off-by: nueavv <[email protected]>
  • Loading branch information
nueavv committed Sep 30, 2024
1 parent 6838a41 commit e664cba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cloud/converters/eks_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ func TestTaintsFromSDK(t *testing.T) {
}
}

// Helper function to create AWS String pointers
// Helper function to create AWS String pointers.
func awsString(value string) *string {
return &value
}

0 comments on commit e664cba

Please sign in to comment.