Skip to content

Commit

Permalink
Update Fuzzer.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
LPeter1997 committed Oct 1, 2024
1 parent e23a52e commit b269613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Draco.Fuzzing/Fuzzer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ private sealed class QueueEntry
{
public ExecutionResult? ExecutionResult { get; set; }

private readonly TCompressedInput? compressedInput;
private bool isInputCompressed;
private TInput? input;
private TCompressedInput? compressedInput;

public QueueEntry(TInput input, ExecutionResult? executionResult = null)
{
Expand Down

0 comments on commit b269613

Please sign in to comment.