浏览代码

api/server: format code with gofumpt

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Sebastiaan van Stijn 1 年之前
父节点
当前提交
d52f20048d
共有 1 个文件被更改,包括 0 次插入1 次删除
  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") {