diff --git a/src/docs-builder/Diagnostics/Console/GithubAnnotationOutput.cs b/src/docs-builder/Diagnostics/Console/GithubAnnotationOutput.cs index e03a4839b..067e3d67b 100644 --- a/src/docs-builder/Diagnostics/Console/GithubAnnotationOutput.cs +++ b/src/docs-builder/Diagnostics/Console/GithubAnnotationOutput.cs @@ -12,7 +12,8 @@ public class GithubAnnotationOutput(ICoreService? githubActions) : IDiagnosticsO { public void Write(Diagnostic diagnostic) { - if (githubActions == null) return; + if (githubActions == null) + return; if (string.IsNullOrWhiteSpace(Environment.GetEnvironmentVariable("GITHUB_ACTION"))) return; var properties = new AnnotationProperties