Skip to content

Commit 2a85328

Browse files
fix linter
1 parent a33f85c commit 2a85328

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ protected override async Task<Session> CreateSession()
4747
{
4848
try
4949
{
50-
await using var stream = _driver.ServerStreamCall(QueryService.AttachSessionMethod, new AttachSessionRequest
51-
{ SessionId = session.SessionId }, AttachSessionSettings);
50+
await using var stream = _driver.ServerStreamCall(QueryService.AttachSessionMethod,
51+
new AttachSessionRequest { SessionId = session.SessionId }, AttachSessionSettings);
5252

5353
if (!await stream.MoveNextAsync())
5454
{

0 commit comments

Comments
 (0)