Skip to content

Commit c5dcce8

Browse files
author
Danko Durbić
committed
Removed extra blank lines
1 parent 9df8b10 commit c5dcce8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/NHibernate/Persister/Entity/AbstractEntityPersister.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1408,7 +1408,6 @@ public void InitializeLazyProperties(
14081408
{
14091409
throw new HibernateException($"Entity is not associated with the session: {id}");
14101410
}
1411-
14121411

14131412
var lazyProperties = allLazyProperties ? LazyProperties.ToArray() : uninitializedLazyProperties;
14141413
var metadata = InstrumentationMetadata.LazyPropertiesMetadata;
@@ -1420,7 +1419,6 @@ public void InitializeLazyProperties(
14201419
indexes[i] = descriptor.PropertyIndex;
14211420
lazyIndexes[i] = descriptor.LazyIndex;
14221421
}
1423-
14241422

14251423
var values = Hydrate(rs, id, entity, suffixedPropertyColumns, null, true, indexes, session);
14261424
for (var i = 0; i < lazyIndexes.Length; i++)

0 commit comments

Comments
 (0)