mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-12 01:14:22 +00:00
Apply goimports
This commit is contained in:
@@ -4,8 +4,9 @@
|
||||
package patch
|
||||
|
||||
import (
|
||||
"sigs.k8s.io/kustomize/v3/pkg/types"
|
||||
"testing"
|
||||
|
||||
"sigs.k8s.io/kustomize/v3/pkg/types"
|
||||
)
|
||||
|
||||
func buildPatchStrategicMergeSlice(patchStrings []string) []types.PatchStrategicMerge {
|
||||
|
||||
Reference in New Issue
Block a user