mirror of
https://github.com/containers/podman.git
synced 2025-06-23 10:38:20 +08:00
Fix gofmt & golint
Signed-off-by: Matthew Heon <matthew.heon@gmail.com> Closes: #412 Approved by: baude
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user