daemon: 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:
Sebastiaan van Stijn
2022-01-20 14:25:24 +01:00
parent e236994b76
commit 210932b3bf
23 changed files with 49 additions and 56 deletions

View File

@@ -55,7 +55,6 @@ func (daemon *Daemon) containerRestart(ctx context.Context, daemonCfg *configSto
container.Unlock()
err := daemon.containerStop(ctx, container, options)
if err != nil {
return err
}