We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1810f6 commit 8728dfaCopy full SHA for 8728dfa
1 file changed
Orm/Xtensive.Orm/Orm/EntitySetBase.cs
@@ -924,7 +924,7 @@ private static Key GetOwnerKey(Persistent owner)
924
private EntitySetTypeState GetEntitySetTypeState()
925
{
926
EnsureOwnerIsNotRemoved();
927
- return Session.StorageNode.EntitySetTypeStateCache .GetOrAdd(Field, EntitySetTypeStateFactory, this);
+ return Session.StorageNode.EntitySetTypeStateCache.GetOrAdd(Field, EntitySetTypeStateFactory, this);
928
}
929
930
private static EntitySetTypeState BuildEntitySetTypeState(FieldInfo field, EntitySetBase entitySet)
0 commit comments