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