Refactor using extensions

This commit is contained in:
2019-03-24 12:14:28 +01:00
parent ed635c5ec2
commit 73855e246c
6 changed files with 71 additions and 19 deletions

View File

@@ -37,7 +37,10 @@ namespace PlantBox.Shared.Communication.Commands
public override string[] Serialize()
{
return new[] { Message };
return new[]
{
Message
};
}
}
}