Skip to content

Commit 7de2c0d

Browse files
fix linter
1 parent d34c568 commit 7de2c0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public class ReaderBuilder<TValue>
1313

1414
public IDeserializer<TValue>? Deserializer { get; set; }
1515

16-
public async Task<IReader<TValue>> Build()
16+
public Task<IReader<TValue>> Build()
1717
{
1818
throw new NotImplementedException();
1919
// var reader = new Reader<TValue>(

0 commit comments

Comments
 (0)