Fix coding style in PingCommand
new string[] -> new[]
This commit is contained in:
@@ -37,7 +37,7 @@ namespace PlantBox.Shared.Communication.Commands
|
||||
|
||||
public override string[] Serialize()
|
||||
{
|
||||
return new string[] { Message };
|
||||
return new[] { Message };
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user