mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 09:22:44 +00:00
Merge pull request #42610 from timchenxiaoyu/wheretypo
Automatic merge from submit-queue fix where typo
This commit is contained in:
commit
7eb02f54cd
@ -531,7 +531,7 @@ func stringPointerArray(orig []string) []*string {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// isNilOrEmpty returns true if the value is nil or ""
|
// isNilOrEmpty returns true if the value is nil or ""
|
||||||
// Deprecated: prefer aws.StringValue(x) == "" (and elimination of this check altogether whrere possible)
|
// Deprecated: prefer aws.StringValue(x) == "" (and elimination of this check altogether where possible)
|
||||||
func isNilOrEmpty(s *string) bool {
|
func isNilOrEmpty(s *string) bool {
|
||||||
return s == nil || *s == ""
|
return s == nil || *s == ""
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user