diff --git a/ydb/core/persqueue/fetch_request_actor.cpp b/ydb/core/persqueue/fetch_request_actor.cpp index e3df210ae96d..0b0f6452c3da 100644 --- a/ydb/core/persqueue/fetch_request_actor.cpp +++ b/ydb/core/persqueue/fetch_request_actor.cpp @@ -472,7 +472,7 @@ struct TEvPrivate { if (record.HasErrorReason()) read->SetErrorReason(record.GetErrorReason()); - ++FetchRequestReadsDone;чч + ++FetchRequestReadsDone; auto it = TopicInfo.find(CanonizePath(topic)); Y_ABORT_UNLESS(it != TopicInfo.end());