mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 05:53:33 -07:00
Resharper Code cleanup.
This commit is contained in:
parent
57c296c62f
commit
6a9ee3f0b0
15 changed files with 54 additions and 80 deletions
|
@ -7,7 +7,6 @@ namespace NzbDrone.Providers
|
|||
{
|
||||
public class DebuggerProvider
|
||||
{
|
||||
|
||||
private static readonly Logger Logger = LogManager.GetLogger("Host.DebuggerProvider");
|
||||
|
||||
|
||||
|
@ -18,7 +17,7 @@ namespace NzbDrone.Providers
|
|||
{
|
||||
Logger.Info("Trying to attach to debugger");
|
||||
|
||||
var count = 0;
|
||||
int count = 0;
|
||||
|
||||
while (true)
|
||||
{
|
||||
|
@ -38,14 +37,10 @@ namespace NzbDrone.Providers
|
|||
}
|
||||
|
||||
Thread.Sleep(100);
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue