Skip to content

Commit d56e211

Browse files
committed
Fix styles
1 parent 7d390cd commit d56e211

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/Ydb.Sdk/tests/Table/TestCopyTable.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ namespace Ydb.Sdk.Tests.Table;
88
[Trait("Category", "Integration")]
99
public class TestCopyTable
1010
{
11-
private readonly ILoggerFactory? _loggerFactory;
11+
private readonly ILoggerFactory _loggerFactory;
1212

1313
private readonly DriverConfig _driverConfig = new(
1414
endpoint: "grpc://localhost:2136",

src/Ydb.Sdk/tests/Table/TestDescribeTable.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ namespace Ydb.Sdk.Tests.Table;
88
[Trait("Category", "Integration")]
99
public class TestDescribeTable
1010
{
11-
private readonly ILoggerFactory? _loggerFactory;
11+
private readonly ILoggerFactory _loggerFactory;
12+
1213
private readonly DriverConfig _driverConfig = new(
1314
endpoint: "grpc://localhost:2136",
1415
database: "/local"

0 commit comments

Comments
 (0)