chore: apply dotnet format (#13880)

This commit is contained in:
Diego Heras
2023-01-08 01:51:55 +01:00
committed by GitHub
parent 3771801c41
commit 33f59521aa
6 changed files with 23 additions and 21 deletions

View File

@@ -204,9 +204,7 @@ namespace Jackett.Common.Utils.Clients
isBinary = true;
}
}
logger.Debug($@"WebClient({ClientType}): Returning {result.Status} => {
(result.IsRedirect ? result.RedirectingTo + " " : "")
}{bodySize} bytes{body}");
logger.Debug($@"WebClient({ClientType}): Returning {result.Status} => {(result.IsRedirect ? result.RedirectingTo + " " : "")}{bodySize} bytes{body}");
if (isBinary)
{
// show the first 20 bytes in a hex dump