mirror of
https://github.com/SabreTools/SabreTools.Compression.git
synced 2026-02-04 05:36:03 +00:00
Clean up Blast slightly
This commit is contained in:
@@ -135,7 +135,7 @@ namespace SabreTools.Compression.Blast
|
||||
/// <returns>Amount of data in Input</returns>
|
||||
public uint ProcessInput()
|
||||
{
|
||||
Input = new List<byte>(InHow);
|
||||
Input = [.. InHow];
|
||||
return (uint)Input.Count;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user