mirror of
https://github.com/Jackett/Jackett.git
synced 2025-12-22 14:16:59 +01:00
chore: apply dotnet format (#13880)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user