Skip to content

Commit 9e0e138

Browse files
committed
dotnet format
1 parent fad189a commit 9e0e138

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/docs-builder/Diagnostics/Console/GithubAnnotationOutput.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ public class GithubAnnotationOutput(ICoreService? githubActions) : IDiagnosticsO
1212
{
1313
public void Write(Diagnostic diagnostic)
1414
{
15-
if (githubActions == null) return;
15+
if (githubActions == null)
16+
return;
1617
if (string.IsNullOrWhiteSpace(Environment.GetEnvironmentVariable("GITHUB_ACTION")))
1718
return;
1819
var properties = new AnnotationProperties

0 commit comments

Comments
 (0)