mirror of
https://github.com/fergalmoran/EFCore.NamingConventions.git
synced 2025-12-22 09:38:21 +00:00
Remove trailing whitespace
This commit is contained in:
@@ -62,7 +62,7 @@ namespace EFCore.NamingConventions.Test
|
||||
var entityType = context.Model.FindEntityType(typeof(SimpleBlog));
|
||||
Assert.Equal("ix_simple_blog_full_name", entityType.GetIndexes().Single().GetName());
|
||||
}
|
||||
|
||||
|
||||
TestContext CreateContext() => new TestContext(NamingConventionsExtensions.UseSnakeCaseNamingConvention);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user