Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jinhongyii committed Dec 13, 2024
1 parent 5a94a16 commit 95eaafc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/serve/threaded_engine.cc
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ class ThreadedEngineImpl : public ThreadedEngine {
background_engine_->DebugCallFuncOnAllAllWorker(Downcast<String>(packed_args[0]),
Downcast<String>(packed_args[1]));
} else {
LOG(FATAL) << "Cannot reach here";`
LOG(FATAL) << "Cannot reach here";
}
}
if (background_engine_ != nullptr) {
Expand Down

0 comments on commit 95eaafc

Please sign in to comment.