summaryrefslogtreecommitdiff
path: root/libpod/state.go
diff options
context:
space:
mode:
authorMatthew Heon <mheon@redhat.com>2018-12-02 16:40:38 -0500
committerMatthew Heon <mheon@redhat.com>2018-12-02 16:53:15 -0500
commitb104a45f35a437593774f851b0a3b45fd692b263 (patch)
tree89b086465719cd1aa7c370b674e792e02aedf0b6 /libpod/state.go
parent69ed2ccc54f48b8fff30e28644ad96d56d093dd1 (diff)
downloadpodman-b104a45f35a437593774f851b0a3b45fd692b263.tar.gz
podman-b104a45f35a437593774f851b0a3b45fd692b263.tar.bz2
podman-b104a45f35a437593774f851b0a3b45fd692b263.zip
Fix gofmt and lint
Signed-off-by: Matthew Heon <mheon@redhat.com>
Diffstat (limited to 'libpod/state.go')
-rw-r--r--libpod/state.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/libpod/state.go b/libpod/state.go
index 99e2435a2..53b66cdb3 100644
--- a/libpod/state.go
+++ b/libpod/state.go
@@ -3,10 +3,10 @@ package libpod
// DBConfig is a set of Libpod runtime configuration settings that are saved
// in a State when it is first created, and can subsequently be retrieved.
type DBConfig struct {
- LibpodRoot string
- LibpodTmp string
+ LibpodRoot string
+ LibpodTmp string
StorageRoot string
- StorageTmp string
+ StorageTmp string
GraphDriver string
}