Skip to content

Commit 20ea715

Browse files
zarinatlupovaroot
authored and
root
committed
Update grpc_client_low.h
1 parent 8fb3dde commit 20ea715

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/library/grpc/client/grpc_client_low.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ class TGRpcRequestProcessorCommon {
207207
void ApplyMeta(const TCallMeta& meta) {
208208
for (const auto& rec : meta.Aux) {
209209
Context.AddMetadata(NYdb::TStringType{rec.first}, NYdb::TStringType{rec.second});
210-
}
210+
}
211211
if (meta.CallCredentials) {
212212
Context.set_credentials(meta.CallCredentials);
213213
}

0 commit comments

Comments
 (0)