Skip to content

Commit 1758346

Browse files
committed
Fix pre-commit errors
1 parent 7c49ca4 commit 1758346

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/python_be.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -436,8 +436,9 @@ class ModelInstanceState : public BackendModelInstance {
436436
// Mutex to serialize concurrent model readiness check requests
437437
std::mutex user_model_readiness_mutex_;
438438

439-
// Condition variable and related members to ensure only one user model readiness
440-
// IPC runs at a time, and to clean up IPC resources after completion.
439+
// Condition variable and related members to ensure only one user model
440+
// readiness IPC runs at a time, and to clean up IPC resources after
441+
// completion.
441442
std::condition_variable user_model_readiness_cv_;
442443
bool user_model_readiness_inflight_{false};
443444
bool user_model_readiness_result_{true};

0 commit comments

Comments
 (0)