From 222fec2fd01b20ef29d38a15019fff44a3615e4f Mon Sep 17 00:00:00 2001 From: kaso17 Date: Fri, 1 Sep 2017 17:32:20 +0200 Subject: [PATCH] whitespace fixes --- src/Jackett/Services/ServerService.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Jackett/Services/ServerService.cs b/src/Jackett/Services/ServerService.cs index 3061bac78..919a4080e 100644 --- a/src/Jackett/Services/ServerService.cs +++ b/src/Jackett/Services/ServerService.cs @@ -31,7 +31,7 @@ namespace Jackett.Services Uri ConvertToProxyLink(Uri link, string serverUrl, string indexerId, string action = "dl", string file = "t.torrent"); string BasePath(); string GetServerUrl(HttpRequestMessage Request); - List notices { get; } + List notices { get; } } public class ServerService : IServerService @@ -366,7 +366,6 @@ namespace Jackett.Services if (X_Forwarded_Proto != null) { scheme = X_Forwarded_Proto.First(); - } // Front-End-Https: Non-standard header field used by Microsoft applications and load-balancers else if (Request.Headers.Where(x => x.Key == "Front-End-Https" && x.Value.FirstOrDefault() == "on").Any())