Skip to content

Commit a90f491

Browse files
committed
C#: Add new lines before call to action
1 parent 0de4259 commit a90f491

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csharp/autobuilder/Semmle.Autobuild.CSharp/CSharpAutobuilder.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ protected override void AutobuildFailureDiagnostic()
135135
"no-projects-or-solutions",
136136
"No project or solutions files found",
137137
markdownMessage:
138-
"CodeQL could not find any project or solution files in your repository. " +
138+
"CodeQL could not find any project or solution files in your repository.\n\n" +
139139
$"Set up a [manual build command]({buildCommandDocsUrl})."
140140
));
141141
}

0 commit comments

Comments
 (0)