mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-24 22:55:21 -04:00
Reformat and apply Stylecop rules
This commit is contained in:
@@ -20,7 +20,9 @@ namespace NzbDrone.Core.ProgressMessaging
|
||||
public static bool LockReentrancy()
|
||||
{
|
||||
if (_reentrancyLock)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
_reentrancyLock = true;
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user