Skip to content

Commit

Permalink
fix pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwittwer committed Jan 27, 2025
1 parent 15b6b19 commit 0cdff92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/grpc/stream_infer_handler.cc
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit 0cdff92

Please sign in to comment.