From 0cdff92cc17ef3e6bf2125077dbd49472806d518 Mon Sep 17 00:00:00 2001 From: Matthew Wittwer Date: Mon, 27 Jan 2025 17:00:21 +0000 Subject: [PATCH] fix pre-commit --- src/grpc/stream_infer_handler.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/grpc/stream_infer_handler.cc b/src/grpc/stream_infer_handler.cc index 4edf1a6079..0adb2da8ff 100644 --- a/src/grpc/stream_infer_handler.cc +++ b/src/grpc/stream_infer_handler.cc @@ -1,4 +1,4 @@ -// Copyright 2023-2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved. +// Copyright 2023-2025, NVIDIA CORPORATION & AFFILIATES. All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions @@ -223,7 +223,7 @@ ModelStreamInferHandler::Process( if (!accepting_new_conn_) { err = TRITONSERVER_ErrorNew( - TRITONSERVER_ERROR_UNAVAILABLE, "GRPC server is shutting down."); + TRITONSERVER_ERROR_UNAVAILABLE, "GRPC server is shutting down."); } int64_t requested_model_version;