mirror of
https://github.com/containers/podman.git
synced 2025-10-14 17:55:51 +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.
|
// specified.
|
||||||
func WithStaticIP(ip net.IP) CtrCreateOption {
|
func WithStaticIP(ip net.IP) CtrCreateOption {
|
||||||
return func(ctr *Container) error {
|
return func(ctr *Container) error {
|
||||||
if ctr.valid {
|
if ctr.valid {
|
||||||
return ErrCtrFinalized
|
return ErrCtrFinalized
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user