Fixing format after rebase.

This commit is contained in:
Nicolas Patry 2025-04-23 12:23:39 +02:00
parent 1cbda4f541
commit 67c51d7c5e
No known key found for this signature in database
GPG Key ID: 87B37D879D09DEB4

View File

@ -325,7 +325,7 @@ async fn main() -> Result<(), TensorRtLlmBackendError> {
max_client_batch_size, max_client_batch_size,
usage_stats, usage_stats,
payload_limit, payload_limit,
prometheus_port prometheus_port,
) )
.await?; .await?;
Ok(()) Ok(())