Skip to content

Commit a41e865

Browse files
Update UiTests/Common/UiTestHelpers.cs
Co-authored-by: Westin Musser <[email protected]>
1 parent 1971a1a commit a41e865

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UiTests/Common/UiTestHelpers.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ private static void RestartProcesses(Dictionary<string, Process> processes, List
440440
processDataEntry.EnvironmentVariables);
441441
Thread.Sleep(5000);
442442

443-
//Update process in collection
443+
// Update process in collection
444444
processes[processEntry.Key] = process;
445445
}
446446
}

0 commit comments

Comments
 (0)