mirror of
https://github.com/containers/podman.git
synced 2025-10-14 09:45:59 +08:00
Fix gofmt
Signed-off-by: Matthew Heon <matthew.heon@gmail.com>
This commit is contained in:
@ -835,7 +835,7 @@ func WithNetNS(portMappings []ocicni.PortMapping, postConfigureNetNS bool, netwo
|
||||
// specified.
|
||||
func WithStaticIP(ip net.IP) CtrCreateOption {
|
||||
return func(ctr *Container) error {
|
||||
if ctr.valid {
|
||||
if ctr.valid {
|
||||
return ErrCtrFinalized
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user