Skip to content

Commit 70a9028

Browse files
Update Orm/Xtensive.Orm/Modelling/Node.cs
Co-authored-by: Alexey Kulakov <alexey.kulakov@dataobjects.net>
1 parent febf226 commit 70a9028

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Orm/Xtensive.Orm/Modelling/Node.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ protected virtual void ValidateMove(Node newParent, string newName, int newIndex
433433
}
434434

435435
// Validating parent model
436-
ArgumentValidator.EnsureArgumentIs<Node>(newParent);
436+
_ = ArgumentValidator.EnsureArgumentIs<Node>(newParent);
437437
var model = Model;
438438
if (model != null) {
439439
var newModel = newParent.Model;

0 commit comments

Comments
 (0)