Skip to content

Commit 487877c

Browse files
Update grpc_client_low.h
1 parent af352c7 commit 487877c

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)