Skip to content

Commit 3f91f1b

Browse files
fix linter
1 parent 7cb060d commit 3f91f1b

File tree

1 file changed

+2
-2
lines changed
  • src/Ydb.Sdk/src/Services/Topic/Reader

1 file changed

+2
-2
lines changed

src/Ydb.Sdk/src/Services/Topic/Reader/Reader.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ public async void RunProcessingTopic()
306306
commitSending.OffsetsRange, commitSending.PartitionSessionId);
307307

308308
commitSending.TcsCommit.TrySetException(new ReaderException("AD"));
309-
309+
310310
continue;
311311
}
312312

@@ -432,7 +432,7 @@ private int HandleCommitOffsetResponse()
432432
partitionsCommittedOffset.CommittedOffset, partitionsCommittedOffset.PartitionSessionId);
433433
}
434434
}
435-
435+
436436
throw new NotImplementedException();
437437
}
438438

0 commit comments

Comments
 (0)