newlines after braces

This commit is contained in:
telans
2020-06-20 21:13:48 +12:00
parent 7f307f9082
commit 5bb639a59a
5 changed files with 19 additions and 0 deletions

View File

@@ -38,6 +38,7 @@ namespace Rssdp.Infrastructure
get;
private set;
}
public string BuildMessage(string header, Dictionary<string, string> values)
{
var builder = new StringBuilder();