Skip to content

Commit 560e3d3

Browse files
committed
Fixed formatting
1 parent 6c7d476 commit 560e3d3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/Adapter/MSTest.CoreAdapter/Execution/TestMethodRunner.cs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -415,8 +415,10 @@ private UTF.TestResult[] ExecuteTest()
415415
{
416416
return new[]
417417
{
418-
new UTF.TestResult() {
419-
TestFailureException = new Exception(string.Format(CultureInfo.CurrentCulture, Resource.UTA_ExecuteThrewException, ex?.Message, ex?.StackTrace), ex) }
418+
new UTF.TestResult()
419+
{
420+
TestFailureException = new Exception(string.Format(CultureInfo.CurrentCulture, Resource.UTA_ExecuteThrewException, ex?.Message, ex?.StackTrace), ex)
421+
}
420422
};
421423
}
422424
}

0 commit comments

Comments
 (0)