Skip to content

Commit 906aa00

Browse files
committed
Fix comment
1 parent 5a33068 commit 906aa00

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

GitHubActionsTestLogger/GitHub/GitHubWorkflow.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,8 @@ internal partial class GitHubWorkflow
8484
{
8585
public static TextWriter DefaultCommandWriter => Console.Out;
8686

87-
public static TextWriter DefaultSummaryWriter => // Summary is written to the file specified by an environment variable.
87+
public static TextWriter DefaultSummaryWriter =>
88+
// Summary is written to the file specified by an environment variable.
8889
// We may need to write to the summary file from multiple test suites in parallel,
8990
// so we should use a stream that delays acquiring the file lock until the very last moment,
9091
// and employs retry logic to handle potential race conditions.

0 commit comments

Comments
 (0)