summaryrefslogtreecommitdiff
path: root/libpod/sql_state.go
diff options
context:
space:
mode:
authorMatthew Heon <matthew.heon@gmail.com>2018-02-27 15:36:36 -0500
committerAtomic Bot <atomic-devel@projectatomic.io>2018-03-01 21:17:51 +0000
commit83d7ae6506f7aaf1f7d543412a148b4bf4cd6657 (patch)
tree229b1f3b746541ce6c269e6fe73661795b6d675e /libpod/sql_state.go
parent780baec1d9fc6f733d06fafddb53655784e2f6f1 (diff)
downloadpodman-83d7ae6506f7aaf1f7d543412a148b4bf4cd6657.tar.gz
podman-83d7ae6506f7aaf1f7d543412a148b4bf4cd6657.tar.bz2
podman-83d7ae6506f7aaf1f7d543412a148b4bf4cd6657.zip
Fix gofmt & golint
Signed-off-by: Matthew Heon <matthew.heon@gmail.com> Closes: #412 Approved by: baude
Diffstat (limited to 'libpod/sql_state.go')
-rw-r--r--libpod/sql_state.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpod/sql_state.go b/libpod/sql_state.go
index abf48543f..b3e531ba1 100644
--- a/libpod/sql_state.go
+++ b/libpod/sql_state.go
@@ -313,7 +313,7 @@ func (s *SQLState) UpdateContainer(ctr *Container) error {
&netNSPath,
&ipAddress,
&subnetMask,
- &execSessions)
+ &execSessions)
if err != nil {
// The container may not exist in the database
if err == sql.ErrNoRows {