mirror of
https://github.com/fergalmoran/EFCore.NamingConventions.git
synced 2026-01-04 16:04:01 +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));
|
var entityType = context.Model.FindEntityType(typeof(SimpleBlog));
|
||||||
Assert.Equal("ix_simple_blog_full_name", entityType.GetIndexes().Single().GetName());
|
Assert.Equal("ix_simple_blog_full_name", entityType.GetIndexes().Single().GetName());
|
||||||
}
|
}
|
||||||
|
|
||||||
TestContext CreateContext() => new TestContext(NamingConventionsExtensions.UseSnakeCaseNamingConvention);
|
TestContext CreateContext() => new TestContext(NamingConventionsExtensions.UseSnakeCaseNamingConvention);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user