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