Skip to content

Commit 8728dfa

Browse files
Update Orm/Xtensive.Orm/Orm/EntitySetBase.cs
Co-authored-by: Alexey Kulakov <alexey.kulakov@dataobjects.net>
1 parent f1810f6 commit 8728dfa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Orm/Xtensive.Orm/Orm/EntitySetBase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -924,7 +924,7 @@ private static Key GetOwnerKey(Persistent owner)
924924
private EntitySetTypeState GetEntitySetTypeState()
925925
{
926926
EnsureOwnerIsNotRemoved();
927-
return Session.StorageNode.EntitySetTypeStateCache .GetOrAdd(Field, EntitySetTypeStateFactory, this);
927+
return Session.StorageNode.EntitySetTypeStateCache.GetOrAdd(Field, EntitySetTypeStateFactory, this);
928928
}
929929

930930
private static EntitySetTypeState BuildEntitySetTypeState(FieldInfo field, EntitySetBase entitySet)

0 commit comments

Comments
 (0)