mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-17 18:25:26 +00:00
format
This commit is contained in:
@@ -31,7 +31,7 @@ func (s StringList) Has(val []string) bool {
|
||||
return false
|
||||
}
|
||||
|
||||
func isStringSliceEqual (s []string, t []string) bool {
|
||||
func isStringSliceEqual(s []string, t []string) bool {
|
||||
if len(s) != len(t) {
|
||||
return false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user