Skip to content

Commit b9c22cb

Browse files
fix linter
1 parent 68b82e1 commit b9c22cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Ydb.Sdk/src/Pool/SessionPool.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ internal async Task<TSession> GetSession(CancellationToken cancellationToken = d
3232
{
3333
ctsGetSession.CancelAfter(_createSessionTimeoutMs);
3434
}
35+
3536
var finalCancellationToken = ctsGetSession.Token;
3637

3738
Interlocked.Increment(ref _waitingCount);

0 commit comments

Comments
 (0)