Skip to content

Commit a2a8ce3

Browse files
committed
Remove unnecessary newline
1 parent 4cacb41 commit a2a8ce3

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
@@ -31,14 +31,13 @@ public void EnsureNotLocked()
3131
}
3232
}
3333

34-
3534
/// <inheritdoc/>
3635
public void Lock() => Lock(true);
3736

3837
/// <inheritdoc/>
3938
public virtual void Lock(bool recursive) => IsLocked = true;
4039

41-
40+
4241

4342
// Constructors
4443

0 commit comments

Comments
 (0)