From d1b0566a1d666393767f5f243160ee6a8810d70c Mon Sep 17 00:00:00 2001 From: Lamparter Date: Thu, 25 Jul 2024 08:06:57 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=9A=20Fix=20minor=20error?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/FluentHub.Octicons.Generator/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/FluentHub.Octicons.Generator/Program.cs b/src/FluentHub.Octicons.Generator/Program.cs index 07d3a4861..68419c085 100644 --- a/src/FluentHub.Octicons.Generator/Program.cs +++ b/src/FluentHub.Octicons.Generator/Program.cs @@ -52,7 +52,7 @@ static void Main(string[] args) private static void GenerateXamlEntities(string path, string output) { StringBuilder xamlTemplateBegining = new(); - xamlTemplateBegining.AppendLine(@$""); + xamlTemplateBegining.AppendLine(@$""); xamlTemplateBegining.AppendLine(@$"