Use expression body syntax
This commit is contained in:
@@ -17,7 +17,7 @@ namespace OpenRA.Mods.Common.UtilityCommands
|
||||
{
|
||||
class ListMSCabContentsCommand : IUtilityCommand
|
||||
{
|
||||
string IUtilityCommand.Name { get { return "--list-mscab"; } }
|
||||
string IUtilityCommand.Name => "--list-mscab";
|
||||
|
||||
bool IUtilityCommand.ValidateArguments(string[] args)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user