Remove Empty Statements

This commit is contained in:
abi
2020-02-02 01:43:15 +00:00
committed by Kenn Jacobsen
parent f00680bfe6
commit a7ad464b40
22 changed files with 65 additions and 69 deletions

View File

@@ -86,7 +86,7 @@ namespace Umbraco.Core.Cache
protected override void EnterWriteLock()
{
_locker.EnterWriteLock();;
_locker.EnterWriteLock();
}
protected override void ExitReadLock()