From 0942f9eeaefcfc84db83fa240d8ed52b99345e7d Mon Sep 17 00:00:00 2001 From: antervis Date: Thu, 10 Feb 2022 16:49:48 +0300 Subject: Restoring authorship annotation for . Commit 1 of 2. --- library/cpp/grpc/server/grpc_request.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'library/cpp/grpc') diff --git a/library/cpp/grpc/server/grpc_request.h b/library/cpp/grpc/server/grpc_request.h index 5bd8d3902b5..43243d7b183 100644 --- a/library/cpp/grpc/server/grpc_request.h +++ b/library/cpp/grpc/server/grpc_request.h @@ -203,7 +203,7 @@ public: NextReplyCb_ = cb; } - void AddTrailingMetadata(const TString& key, const TString& value) override { + void AddTrailingMetadata(const TString& key, const TString& value) override { this->Context.AddTrailingMetadata(key, value); } -- cgit v1.3