Skip to content

Commit 4cacb41

Browse files
Update Orm/Xtensive.Orm/Core/LockableBase.cs
Co-authored-by: Alexey Kulakov <alexey.kulakov@dataobjects.net>
1 parent 3a0b2d0 commit 4cacb41

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Orm/Xtensive.Orm/Core/LockableBase.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@ public void EnsureNotLocked()
3636
public void Lock() => Lock(true);
3737

3838
/// <inheritdoc/>
39-
public virtual void Lock(bool recursive) =>
40-
IsLocked = true;
39+
public virtual void Lock(bool recursive) => IsLocked = true;
4140

4241

4342

0 commit comments

Comments
 (0)