fix: remove whitespace from blank line

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Andy Lee
2025-08-11 00:04:32 +00:00
parent 4772a5bb18
commit 80330f8d97

View File

@@ -354,7 +354,7 @@ class EmbeddingServerManager:
logger.info(
f"Terminating server process (PID: {self.server_process.pid}) for backend {self.backend_module_name}..."
)
# Try terminating the whole process group first
try:
pgid = os.getpgid(self.server_process.pid)