mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
General code refactor and reformat.
This commit is contained in:
@@ -282,14 +282,8 @@ namespace DiscImageChef.Decoders.Xbox
|
||||
return sb.ToString();
|
||||
}
|
||||
|
||||
public static string PrettifyXbox(byte[] response)
|
||||
{
|
||||
return PrettifyXbox(DecodeXbox(response));
|
||||
}
|
||||
public static string PrettifyXbox(byte[] response) => PrettifyXbox(DecodeXbox(response));
|
||||
|
||||
public static string PrettifyXbox360(byte[] response)
|
||||
{
|
||||
return PrettifyXbox360(DecodeXbox360(response));
|
||||
}
|
||||
public static string PrettifyXbox360(byte[] response) => PrettifyXbox360(DecodeXbox360(response));
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user