mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 21:43:33 -07:00
Resharper code cleanup
This commit is contained in:
parent
c7286863b0
commit
d00744aafa
11 changed files with 46 additions and 130 deletions
|
@ -1,13 +1,12 @@
|
|||
using System;
|
||||
using System.Net;
|
||||
using System.Net;
|
||||
|
||||
namespace NzbDrone.Core.Providers
|
||||
{
|
||||
class HttpProvider : IHttpProvider
|
||||
internal class HttpProvider : IHttpProvider
|
||||
{
|
||||
public string DownloadString(string request)
|
||||
{
|
||||
return new WebClient().DownloadString(request);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue