aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/grpc/server/grpc_request.h
diff options
context:
space:
mode:
authorantervis <antervis@yandex-team.ru>2022-02-10 16:49:48 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:49:48 +0300
commitb3eef5b52437f05851a3e8fb489a68db0132657b (patch)
tree5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/grpc/server/grpc_request.h
parent0942f9eeaefcfc84db83fa240d8ed52b99345e7d (diff)
downloadydb-b3eef5b52437f05851a3e8fb489a68db0132657b.tar.gz
Restoring authorship annotation for <antervis@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/grpc/server/grpc_request.h')
-rw-r--r--library/cpp/grpc/server/grpc_request.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/grpc/server/grpc_request.h b/library/cpp/grpc/server/grpc_request.h
index 43243d7b18..5bd8d3902b 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);
}