mirror of
https://github.com/docker/cli.git
synced 2026-01-16 20:22:36 +03:00
gofmt
Upstream-commit: 54443c092caf9c1e11c47ea30400084d009af6e9 Component: engine
This commit is contained in:
@@ -363,7 +363,7 @@ func (container *Container) allocateNetwork() error {
|
||||
return nil
|
||||
}
|
||||
|
||||
func (container *Container) releaseNetwork() {
|
||||
func (container *Container) releaseNetwork() {
|
||||
container.network.Release()
|
||||
container.network = nil
|
||||
container.NetworkSettings = &NetworkSettings{}
|
||||
|
||||
Reference in New Issue
Block a user