mirror of
https://github.com/containers/podman.git
synced 2025-08-06 11:32:07 +08:00
Enable whitespace linter
Use the whitespace linter and fix the reported problems. [NO TESTS NEEDED] Signed-off-by: Paul Holzinger <paul.holzinger@web.de>
This commit is contained in:
@ -1228,7 +1228,6 @@ func prepareProcessExec(c *Container, options *ExecOptions, env []string, sessio
|
||||
|
||||
if options.Cwd != "" {
|
||||
pspec.Cwd = options.Cwd
|
||||
|
||||
}
|
||||
|
||||
var addGroups []string
|
||||
@ -1798,5 +1797,4 @@ func httpAttachNonTerminalCopy(container *net.UnixConn, http *bufio.ReadWriter,
|
||||
return err
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user