summaryrefslogtreecommitdiff
path: root/cmd/podman/cliconfig/commands.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/podman/cliconfig/commands.go')
-rw-r--r--cmd/podman/cliconfig/commands.go4
1 files changed, 3 insertions, 1 deletions
diff --git a/cmd/podman/cliconfig/commands.go b/cmd/podman/cliconfig/commands.go
index 3361c14b8..00b66e32a 100644
--- a/cmd/podman/cliconfig/commands.go
+++ b/cmd/podman/cliconfig/commands.go
@@ -1,6 +1,8 @@
package cliconfig
-import "github.com/sirupsen/logrus"
+import (
+ "github.com/sirupsen/logrus"
+)
// GlobalIsSet is a compatibility method for urfave
func (p *PodmanCommand) GlobalIsSet(opt string) bool {