Skip to content

Commit 62b2548

Browse files
fix linter
1 parent e78a81d commit 62b2548

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/EFCore.Ydb/test/EntityFrameworkCore.Ydb.FunctionalTests/TestUtilities/YdbTestStoreFactory.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ namespace EntityFrameworkCore.Ydb.FunctionalTests.TestUtilities;
77
public class YdbTestStoreFactory(string? additionalSql = null) : RelationalTestStoreFactory
88
{
99
public static YdbTestStoreFactory Instance { get; } = new();
10-
10+
1111
private readonly string? _scriptPath = null;
1212

1313
public bool UseYdbExecutionStrategy { get; set; } = true;

0 commit comments

Comments
 (0)