Skip to content

Commit

Permalink
Run ReSharper code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Octobob committed May 18, 2024
1 parent f17a3e0 commit 312c3b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/Tests/Commands/HelpCommandFixture.cs
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ public void TearDown()
class Metadata : ICommandMetadata
{
public string Name { get; set; }
public string[] Aliases { get; set; }
public string Description { get; set; }
public string[] Aliases { get; }
public string Description { get; }
}
}

0 comments on commit 312c3b7

Please sign in to comment.