Skip to content

Commit

Permalink
idiomatic Randomutf8
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick-Nuon committed Nov 16, 2023
1 parent fe4e0cd commit c602abc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/helpers/randomutf8.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ public byte[] Generate(int outputBytes)

if (result.Count + utf8Bytes.Length > outputBytes)
break;

result.AddRange(utf8Bytes);
}
return result.ToArray();
Expand Down

0 comments on commit c602abc

Please sign in to comment.