runconfig: format code with gofumpt
Formatting the code with https://github.com/mvdan/gofumpt Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
c0edf0861b
commit
425ccb1241
1 changed files with 2 additions and 1 deletions
|
@ -127,7 +127,8 @@ func callDecodeContainerConfigIsolation(isolation string) (*container.Config, *c
|
|||
Config: &container.Config{},
|
||||
HostConfig: &container.HostConfig{
|
||||
NetworkMode: "none",
|
||||
Isolation: container.Isolation(isolation)},
|
||||
Isolation: container.Isolation(isolation),
|
||||
},
|
||||
}
|
||||
if b, err = json.Marshal(w); err != nil {
|
||||
return nil, nil, nil, fmt.Errorf("Error on marshal %s", err.Error())
|
||||
|
|
Loading…
Add table
Reference in a new issue