Skip to content

Commit cdaf7a0

Browse files
committed
Clean up Blast slightly
1 parent 9efd2ff commit cdaf7a0

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

SabreTools.Compression/Blast/State.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ public int Bits(int need)
135135
/// <returns>Amount of data in Input</returns>
136136
public uint ProcessInput()
137137
{
138-
Input = new List<byte>(InHow);
138+
Input = [.. InHow];
139139
return (uint)Input.Count;
140140
}
141141

0 commit comments

Comments
 (0)