Fix import order for golangci-lint

Signed-off-by: Elliot Kennedy <me@elken.io>
pull/9138/head
Elliot Kennedy 5 years ago
parent c0224c0509
commit 50e3e18d71

@ -18,9 +18,9 @@ package chartutil
import (
"encoding/json"
"github.com/mitchellh/copystructure"
"testing"
"github.com/mitchellh/copystructure"
"github.com/stretchr/testify/assert"
"helm.sh/helm/v3/pkg/chart"

@ -16,10 +16,11 @@ limitations under the License.
package chartutil
import (
"github.com/mitchellh/copystructure"
"log"
"strings"
"github.com/mitchellh/copystructure"
"helm.sh/helm/v3/pkg/chart"
)

Loading…
Cancel
Save