Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
neuecc committed Feb 15, 2024
2 parents 62094a0 + 6585d74 commit 97dafad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public IEnumerator<TView> GetEnumerator()
}
}

IEnumerator IEnumerable.GetEnumerator() => parent.GetEnumerator();
IEnumerator IEnumerable.GetEnumerator() => GetEnumerator();

public bool IsMatch(T value, TView view) => currentFilter.IsMatch(value, view);
public void WhenTrue(T value, TView view) => currentFilter.WhenTrue(value, view);
Expand Down

0 comments on commit 97dafad

Please sign in to comment.