From 63e213fe1fa3944caf19dd14537e84fb28d20449 Mon Sep 17 00:00:00 2001 From: 13xforever Date: Sat, 31 Aug 2019 23:32:02 +0500 Subject: [PATCH] fix missing license list --- .../LogParserResultFormatter.GeneralNotesSection.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CompatBot/Utils/ResultFormatters/LogParserResultFormatter.GeneralNotesSection.cs b/CompatBot/Utils/ResultFormatters/LogParserResultFormatter.GeneralNotesSection.cs index f003e79a..0702576f 100644 --- a/CompatBot/Utils/ResultFormatters/LogParserResultFormatter.GeneralNotesSection.cs +++ b/CompatBot/Utils/ResultFormatters/LogParserResultFormatter.GeneralNotesSection.cs @@ -465,7 +465,7 @@ namespace CompatBot.Utils.ResultFormatters .Select(Path.GetFileName) .Distinct() .Except(KnownBogusLicenses) - .Select(p => $"`{p}`") + .Select(p => $"{StringUtils.InvisibleSpacer}`{p}`") .ToList(); if (licenseNames.Count == 0) return;