[Bugfix][Easy] Fix whitespace in shm_broadcast.py logging (#17635)

Signed-off-by: Tyler Michael Smith <tyler@neuralmagic.com>
This commit is contained in:
Tyler Michael Smith
2025-05-04 22:20:19 -04:00
committed by GitHub
parent 2858830c39
commit 68e1ee0072

View File

@@ -429,7 +429,7 @@ class MessageQueue:
> VLLM_RINGBUFFER_WARNING_INTERVAL * n_warning):
logger.debug(
("No available shared memory broadcast block found"
"in %s second."),
" in %s second."),
VLLM_RINGBUFFER_WARNING_INTERVAL,
)
n_warning += 1