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

@@ -42,7 +42,7 @@ namespace Demystify
// Remove items that vary between test runners
.Where(s =>
s != " at void System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, object state)" &&
s != " at Task Demystify.DynamicCompilation.DoesNotPreventStackTrace()+()=>{}"
s != " at Task Demystify.DynamicCompilation.DoesNotPreventStackTrace()+() => { }"
)
.ToArray();