Skip to content

Commit

Permalink
Review changes stephentoub dotnet#4
Browse files Browse the repository at this point in the history
Co-authored-by: Stephen Toub <[email protected]>
  • Loading branch information
rokonec and stephentoub committed Nov 26, 2020
1 parent e3b25a3 commit 331d034
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ internal static class Huffman
(0b11111111_11111111_11111111_11111100, 30)
};

private static ushort[] s_decodingTree = GenerateDecodingLookupTree();
private static readonly ushort[] s_decodingTree = GenerateDecodingLookupTree();

public static (uint encoded, int bitLength) Encode(int data)
{
Expand Down

0 comments on commit 331d034

Please sign in to comment.