Remove trailing whitespace

This commit is contained in:
Shay Rojansky
2020-02-12 17:06:21 +01:00
parent e49ce80c22
commit a4065c5be4

View File

@@ -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);
}
}