Use expression body syntax
This commit is contained in:
@@ -17,7 +17,7 @@ namespace OpenRA.Mods.Common.UtilityCommands
|
||||
{
|
||||
public class ResizeMapCommand : IUtilityCommand
|
||||
{
|
||||
string IUtilityCommand.Name { get { return "--resize-map"; } }
|
||||
string IUtilityCommand.Name => "--resize-map";
|
||||
|
||||
int width;
|
||||
int height;
|
||||
|
||||
Reference in New Issue
Block a user