mirror of https://github.com/docker/docs.git
gofmt
This commit is contained in:
parent
29b7ecb017
commit
54443c092c
|
@ -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{}
|
||||
|
|
Loading…
Reference in New Issue