Skip to content

Commit 28f08d9

Browse files
fix linter
1 parent 130174f commit 28f08d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Ydb.Sdk/src/Services/Query/SessionPool.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ internal sealed class SessionPool : SessionPool<Session>, IAsyncDisposable
1414
{
1515
TransportTimeout = TimeSpan.FromMinutes(2)
1616
};
17+
1718
private static readonly GrpcRequestSettings AttachSessionSettings = new();
1819

1920
private readonly Driver _driver;

0 commit comments

Comments
 (0)