mirror of
https://github.com/clearlinux/docker.git
synced 2026-09-04 20:51:44 +00:00
gofmt
This commit is contained in:
+1
-1
@@ -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