Skip to content

Commit d1ca1ce

Browse files
committed
Fix code style issues
1 parent b2e6e2c commit d1ca1ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/TestAdapter/Executor.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ private async Task<List<TestResult>> RunTestOnHardwareAsync(List<TestCase> tests
233233
#if DEBUG
234234
catch (Exception ex)
235235
#else
236-
catch
236+
catch
237237
#endif
238238
{
239239
results.First().Outcome = TestOutcome.Failed;
@@ -434,8 +434,8 @@ await Task.Run(delegate
434434
{
435435
// device has left initialization state
436436
_logger.LogMessage($"Device is initialized and ready!", Settings.LoggingLevel.Verbose);
437-
await Task.Yield();
438437

438+
await Task.Yield();
439439

440440
//////////////////////////////////////////////////////////
441441
// sanity check for devices without native assemblies ?!?!

0 commit comments

Comments
 (0)