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 Sep 27, 2023
1 parent d4f5f3e commit d71789e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
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 d71789e

Please sign in to comment.