Skip to content

Commit 8c3c86c

Browse files
author
mika
committed
multiple blank lines issue fixed
1 parent cdeb20d commit 8c3c86c

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

src/NHibernate.DomainModel/CustomPersister.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,6 @@ public IComparer VersionComparator
520520

521521
public IEntityTuplizer EntityTuplizer => null;
522522

523-
524523
public FilterHelper FilterHelper => throw new NotSupportedException();
525524

526525
public string FilterFragment(string alias, IDictionary<string, IFilter> enabledFilters)

src/NHibernate.Test/SubclassFilterTest/JoinedSubclassFilterTest.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ public void FiltersWithSubclass()
9292
s.Close();
9393
}
9494

95-
9695
[Test(Description = "Tests the joined subclass collection filter of a single table with a collection mapping " +
9796
"on the parent class.")]
9897
public void FilterCollectionJoinedSubclass()
@@ -116,7 +115,6 @@ public void FilterCollectionJoinedSubclass()
116115
}
117116
}
118117

119-
120118
private static void PrepareTestData(ISession session)
121119
{
122120
Car sharedCar1 = new Car { LicensePlate = "1234" };

0 commit comments

Comments
 (0)