Improve lambda signature formatting
This commit is contained in:
committed by
Ben Adams
parent
b5b3a19b66
commit
e5ef6c5fac
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user