diff --git a/src/PlotGitHubAction/BuildLogAnalyzer.cs b/src/PlotGitHubAction/BuildLogAnalyzer.cs
index 8557232..49586f5 100644
--- a/src/PlotGitHubAction/BuildLogAnalyzer.cs
+++ b/src/PlotGitHubAction/BuildLogAnalyzer.cs
@@ -150,7 +150,7 @@ _projWarningsHs[ proj ].Add(
foreach ( var (proj, warnLogEntries) in _projWarningsHs.OrderBy( kv => kv.Key.ProjectName ) ) {
warnings.AppendLine( $"""
- **{proj.ProjectName}**
+ **{proj.ProjectName}**
""".PadRight( 50 ) + " |||" );
foreach ( var entry in warnLogEntries.OrderBy( t => t.SortableLocationString ) ) {
warnings.AppendLine(
@@ -227,4 +227,4 @@ public XYPlotConfig[] GetPlottable( ) => new[] {
Data: Array.Empty>()
), PlotDataSelection.Total )
};
-}
\ No newline at end of file
+}