Преглед на файлове

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") {