Skip to content

Commit 30ac3b8

Browse files
fix linter
1 parent f859e60 commit 30ac3b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ private async Task DeleteSession(TSession session)
164164
{
165165
if (session.IsActive)
166166
{
167-
await session.DeleteSession();
167+
await session.DeleteSession();
168168
}
169169
}
170170
catch (YdbException e)

0 commit comments

Comments
 (0)