Remove extra blank line from merge

This commit is contained in:
YueGuobin 2026-06-03 22:22:03 +08:00
parent 4adaba8e8c
commit e8e1930e0b
No known key found for this signature in database

View File

@ -587,7 +587,6 @@ class DockerVM(BaseNode):
log.info(f"CPU limit set to {self._cpus} CPUs")
if self._memory > 0:
log.info(f"Memory limit set to {self._memory} MB")
return True
def _format_env(self, variables, env):