Improve lambda signature formatting
This commit is contained in:
committed by
Ben Adams
parent
b5b3a19b66
commit
e5ef6c5fac
@@ -132,7 +132,7 @@ namespace System.Diagnostics
|
||||
builder.Append(")");
|
||||
if (IsLambda)
|
||||
{
|
||||
builder.Append("=>{}");
|
||||
builder.Append(" => { }");
|
||||
|
||||
if (Ordinal.HasValue)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user