Skip to content

Commit

Permalink
nit spacing fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dipkakwani committed Jan 6, 2025
1 parent bd369fe commit 253eef4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Paprika.Tests/Merkle/RlpMemoTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ public void Large_random_operations(int numOperations)
var children = new NibbleSet();

Span<byte> keccak = new byte[Keccak.Size];
keccak.Fill(0xFF);
keccak.Fill(0xFF);

for (var i = 0; i < RlpMemo.MaxSize - NibbleSet.MaxByteSize; i++)
{
Expand Down

0 comments on commit 253eef4

Please sign in to comment.