Skip to content

Commit 7c2b70d

Browse files
committed
Fix clang format issue
1 parent b17a40c commit 7c2b70d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

include/grpcpp/opencensus.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ void RegisterOpenCensusPlugin();
4343
void RegisterOpenCensusViewsForExport();
4444

4545
// Returns the tracing Span for the current RPC.
46-
::opencensus::trace::Span GetSpanFromServerContext(::grpc_impl::ServerContext* context);
46+
::opencensus::trace::Span GetSpanFromServerContext(
47+
::grpc_impl::ServerContext* context);
4748

4849
} // namespace grpc
4950

0 commit comments

Comments
 (0)