Skip to content

Commit

Permalink
Remove used private fields (IDE0052)
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalberger committed Nov 23, 2024
1 parent 265ca8f commit da678fd
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
/// </summary>
internal class FakeIssueProvider2 : FakeIssueProvider
{
private readonly List<IIssue> issues = [];

/// <summary>
/// Initializes a new instance of the <see cref="FakeIssueProvider2"/> class.
Expand Down

0 comments on commit da678fd

Please sign in to comment.