From 85534158ccf01317577c503a708288ec733987df Mon Sep 17 00:00:00 2001 From: XuanWang-Amos <24593237+XuanWang-Amos@users.noreply.github.com> Date: Mon, 12 Aug 2024 23:11:59 +0000 Subject: [PATCH] Automated change: Fix sanity tests --- src/core/lib/surface/call.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/lib/surface/call.h b/src/core/lib/surface/call.h index f90b0590b4e9a..7889b38468a42 100644 --- a/src/core/lib/surface/call.h +++ b/src/core/lib/surface/call.h @@ -282,7 +282,7 @@ uint8_t grpc_call_is_client(grpc_call* call); class ClientCallTracerWrapper { public: - ClientCallTracerWrapper(grpc_core::ClientCallTracer* tracer) + explicit ClientCallTracerWrapper(grpc_core::ClientCallTracer* tracer) : tracer_(tracer) {} private: