Improve lambda signature formatting

This commit is contained in:
Alexander Kozlenko
2017-12-22 01:26:18 +02:00
committed by Ben Adams
parent b5b3a19b66
commit e5ef6c5fac
4 changed files with 9 additions and 9 deletions

View File

@@ -132,7 +132,7 @@ namespace System.Diagnostics
builder.Append(")");
if (IsLambda)
{
builder.Append("=>{}");
builder.Append(" => { }");
if (Ordinal.HasValue)
{