Skip to content

Commit 7a95a5d

Browse files
Update Orm/Xtensive.Orm/Sql/Internals/SqlNodeCloneContext.cs
Co-authored-by: Alexey Kulakov <alexey.kulakov@dataobjects.net>
1 parent 6c9ba6f commit 7a95a5d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Orm/Xtensive.Orm/Sql/Internals/SqlNodeCloneContext.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ namespace Xtensive.Sql
1010
internal readonly struct SqlNodeCloneContext
1111
{
1212
private readonly Dictionary<SqlNode, SqlNode> nodeMapping;
13+
1314
public Dictionary<SqlNode, SqlNode> NodeMapping => nodeMapping;
1415

1516
public T TryGet<T>(T node) where T : SqlNode =>

0 commit comments

Comments
 (0)