Skip to content

Commit

Permalink
Fix styles
Browse files Browse the repository at this point in the history
  • Loading branch information
XmasApple committed Oct 12, 2023
1 parent 7d390cd commit d56e211
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Ydb.Sdk/tests/Table/TestCopyTable.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace Ydb.Sdk.Tests.Table;
[Trait("Category", "Integration")]
public class TestCopyTable
{
private readonly ILoggerFactory? _loggerFactory;
private readonly ILoggerFactory _loggerFactory;

private readonly DriverConfig _driverConfig = new(
endpoint: "grpc://localhost:2136",
Expand Down
3 changes: 2 additions & 1 deletion src/Ydb.Sdk/tests/Table/TestDescribeTable.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ namespace Ydb.Sdk.Tests.Table;
[Trait("Category", "Integration")]
public class TestDescribeTable
{
private readonly ILoggerFactory? _loggerFactory;
private readonly ILoggerFactory _loggerFactory;

private readonly DriverConfig _driverConfig = new(
endpoint: "grpc://localhost:2136",
database: "/local"
Expand Down

0 comments on commit d56e211

Please sign in to comment.