diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2017-11-02 09:33:06 -0400 |
---|---|---|
committer | Daniel J Walsh <dwalsh@redhat.com> | 2017-11-02 15:30:39 -0400 |
commit | 92818fdfb79a142566abb2876c67b23b8944b836 (patch) | |
tree | 6ee2383360c0d09b0b90df5fb39a1300e89e3d1a /oci | |
parent | 83b55c47717787766a5bd162840d494798f38952 (diff) | |
download | podman-92818fdfb79a142566abb2876c67b23b8944b836.tar.gz podman-92818fdfb79a142566abb2876c67b23b8944b836.tar.bz2 podman-92818fdfb79a142566abb2876c67b23b8944b836.zip |
Fix gofmt errors
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'oci')
-rw-r--r-- | oci/oci.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oci/oci.go b/oci/oci.go index 2ad66f69f..2e7e44b84 100644 --- a/oci/oci.go +++ b/oci/oci.go @@ -14,8 +14,8 @@ import ( "time" "github.com/containerd/cgroups" - "github.com/projectatomic/libpod/utils" rspec "github.com/opencontainers/runtime-spec/specs-go" + "github.com/projectatomic/libpod/utils" "github.com/sirupsen/logrus" "golang.org/x/net/context" "golang.org/x/sys/unix" |