From 91baaee9a805e710fde8e4605434d79a20c67f7e Mon Sep 17 00:00:00 2001 From: baude Date: Tue, 29 Oct 2019 12:18:01 -0500 Subject: goland autocorrections just ran the autocorrect code corrections from goland and it found a few nits. Signed-off-by: baude --- cmd/podman/import.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd') diff --git a/cmd/podman/import.go b/cmd/podman/import.go index 027fa7299..5a21e5cc1 100644 --- a/cmd/podman/import.go +++ b/cmd/podman/import.go @@ -6,7 +6,7 @@ import ( "github.com/containers/libpod/cmd/podman/cliconfig" "github.com/containers/libpod/cmd/podman/shared/parse" "github.com/containers/libpod/pkg/adapter" - multierror "github.com/hashicorp/go-multierror" + "github.com/hashicorp/go-multierror" "github.com/pkg/errors" "github.com/spf13/cobra" ) -- cgit v1.2.3-54-g00ecf