Explorar o código

api/server: format code with gofumpt

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Sebastiaan van Stijn hai 1 ano
pai
achega
d52f20048d
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      api/server/router/container/container_routes.go

+ 0 - 1
api/server/router/container/container_routes.go

@@ -541,7 +541,6 @@ func (s *containerRouter) postContainersCreate(ctx context.Context, w http.Respo
 				bo.CreateMountpoint = false
 			}
 		}
-
 	}
 
 	if hostConfig != nil && versions.LessThan(version, "1.44") {