diff options
author | Matthew Heon <matthew.heon@gmail.com> | 2018-02-10 14:27:04 -0500 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2018-02-12 14:28:07 +0000 |
commit | 3962d10bd482d1c57707465e8f76e76b4abc9a9f (patch) | |
tree | 223428702f715dee366fd6c5e346e98a4a147869 /libpod/boltdb_state_internal.go | |
parent | a7889f8d6a6d78f91d9d12576398f468195b7abd (diff) | |
download | podman-3962d10bd482d1c57707465e8f76e76b4abc9a9f.tar.gz podman-3962d10bd482d1c57707465e8f76e76b4abc9a9f.tar.bz2 podman-3962d10bd482d1c57707465e8f76e76b4abc9a9f.zip |
Fix gofmt and lint
Signed-off-by: Matthew Heon <matthew.heon@gmail.com>
Closes: #184
Approved by: baude
Diffstat (limited to 'libpod/boltdb_state_internal.go')
-rw-r--r-- | libpod/boltdb_state_internal.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libpod/boltdb_state_internal.go b/libpod/boltdb_state_internal.go index b8b6b558d..ac7a9e166 100644 --- a/libpod/boltdb_state_internal.go +++ b/libpod/boltdb_state_internal.go @@ -23,8 +23,6 @@ const ( dependenciesName = "dependencies" netNSName = "netns" containersName = "containers" - - dbExistName = "ok" ) var ( |