Skip to content

Commit

Permalink
Remove field initializer
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-strecker-sonarsource committed Feb 1, 2024
1 parent bbe8019 commit 067c0fd
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -107,7 +107,7 @@ static void Append(T[] array, ref T newFirst, ref T newSecond, ref int i, T stat
public struct Enumerator
{
private readonly States<T> states;
private int index = 0;
private int index;

public Enumerator(States<T> states) => this.states = states;

Expand Down

0 comments on commit 067c0fd

Please sign in to comment.