Skip to content

Commit e55b471

Browse files
fix linter
1 parent 3f158af commit e55b471

File tree

4 files changed

+2
-4
lines changed

4 files changed

+2
-4
lines changed

src/Ydb.Sdk/src/Ado/Internal/IssueMessageUtils.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ private static string IssuesToString(IEnumerable<IssueMessage> issueMessages, in
2727
sb.AppendLine();
2828
sb.Append(IssuesToString(message.Issues, currentIndent + indent, indent));
2929
}
30-
30+
3131
return sb.ToString();
3232
}));
3333

src/Ydb.Sdk/src/Driver.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public async Task Initialize()
4444
await DiscoverEndpoints();
4545

4646
_ = Task.Run(PeriodicDiscovery);
47-
47+
4848
return;
4949
}
5050
catch (YdbException e)

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
using System.Threading.Channels;
33
using Google.Protobuf.WellKnownTypes;
44
using Microsoft.Extensions.Logging;
5-
using Ydb.Sdk.Ado;
65
using Ydb.Sdk.Ado.Internal;
76
using Ydb.Topic;
87
using Ydb.Topic.V1;

src/Ydb.Sdk/test/Ydb.Sdk.Ado.Tests/Internal/StatusCodeTestUtils.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
using Google.Protobuf.Collections;
21
using Xunit;
32
using Ydb.Issue;
43
using Ydb.Sdk.Ado.Internal;

0 commit comments

Comments
 (0)