mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-04 09:49:50 +00:00
fix space-vs-tab indent on comment line
This commit is contained in:
parent
0a95581de0
commit
d8d2a4e84c
@ -137,7 +137,7 @@ func (t *awsTagging) hasClusterTag(tags []*ec2.Tag) bool {
|
|||||||
clusterTagKey := t.clusterTagKey()
|
clusterTagKey := t.clusterTagKey()
|
||||||
for _, tag := range tags {
|
for _, tag := range tags {
|
||||||
tagKey := aws.StringValue(tag.Key)
|
tagKey := aws.StringValue(tag.Key)
|
||||||
// Check if this is a newer-style cluster tag before checking if legacy tag value matches ClusterID
|
// Check if this is a newer-style cluster tag before checking if legacy tag value matches ClusterID
|
||||||
if tagKey == clusterTagKey {
|
if tagKey == clusterTagKey {
|
||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user