C#: Add new lines before call to action

This commit is contained in:
Henry Mercer
2023-03-15 12:00:33 +00:00
parent 0de4259bff
commit a90f4915a7

View File

@@ -135,7 +135,7 @@ namespace Semmle.Autobuild.CSharp
"no-projects-or-solutions",
"No project or solutions files found",
markdownMessage:
"CodeQL could not find any project or solution files in your repository. " +
"CodeQL could not find any project or solution files in your repository.\n\n" +
$"Set up a [manual build command]({buildCommandDocsUrl})."
));
}