summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorbaude <bbaude@redhat.com>2019-10-29 12:18:01 -0500
committerbaude <bbaude@redhat.com>2019-10-29 12:18:50 -0500
commit91baaee9a805e710fde8e4605434d79a20c67f7e (patch)
tree601a8342be605031d44aabe522adc3cc14bc7091 /cmd
parent59582c55b798f0a2d086981ca9a8ddd8314fd0c2 (diff)
downloadpodman-91baaee9a805e710fde8e4605434d79a20c67f7e.tar.gz
podman-91baaee9a805e710fde8e4605434d79a20c67f7e.tar.bz2
podman-91baaee9a805e710fde8e4605434d79a20c67f7e.zip
goland autocorrections
just ran the autocorrect code corrections from goland and it found a few nits. Signed-off-by: baude <bbaude@redhat.com>
Diffstat (limited to 'cmd')
-rw-r--r--cmd/podman/import.go2
1 files changed, 1 insertions, 1 deletions
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"
)