diff options
author | Matthew Heon <matthew.heon@gmail.com> | 2018-01-18 11:59:38 -0500 |
---|---|---|
committer | Matthew Heon <matthew.heon@gmail.com> | 2018-01-18 11:59:38 -0500 |
commit | ae2ffc31d3a8d37419d05aab2f0d36841fae3974 (patch) | |
tree | 4bd046c4877442c5d1974aef212c794e062227a9 | |
parent | 49378c055ad677505a358b4e0572ec235dbde6e4 (diff) | |
download | podman-ae2ffc31d3a8d37419d05aab2f0d36841fae3974.tar.gz podman-ae2ffc31d3a8d37419d05aab2f0d36841fae3974.tar.bz2 podman-ae2ffc31d3a8d37419d05aab2f0d36841fae3974.zip |
Fix gofmt
Signed-off-by: Matthew Heon <matthew.heon@gmail.com>
-rw-r--r-- | libpod/container_internal.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libpod/container_internal.go b/libpod/container_internal.go index 5f43d03a7..a9db43b08 100644 --- a/libpod/container_internal.go +++ b/libpod/container_internal.go @@ -25,7 +25,6 @@ import ( const ( // name of the directory holding the artifacts artifactsDir = "artifacts" - ) // rootFsSize gets the size of the container's root filesystem |