empty line removed

This commit is contained in:
lunardunno 2025-06-19 07:37:49 +04:00 committed by GitHub
parent c57de35ad1
commit 98d90d8f93
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -463,7 +463,6 @@ ErrorCode ServerController::buildContainerWorker(const ServerCredentials &creden
if (stdOut.contains("have reached") && stdOut.contains("pull rate limit")) if (stdOut.contains("have reached") && stdOut.contains("pull rate limit"))
return ErrorCode::DockerPullRateLimit; return ErrorCode::DockerPullRateLimit;
return error; return error;
} }