diff --git a/src/FluentHub.Octicons.Generator/Program.cs b/src/FluentHub.Octicons.Generator/Program.cs index e5c18e08c..f437f2e41 100644 --- a/src/FluentHub.Octicons.Generator/Program.cs +++ b/src/FluentHub.Octicons.Generator/Program.cs @@ -1,4 +1,4 @@ -using Humanizer; +using Humanizer; using System; using System.IO; using System.Linq; @@ -140,7 +140,7 @@ private static string ConvertSvgEntity(string path) svgXamlTemplate.AppendLine(@$" Height=""{iconSize}"""); svgXamlTemplate.AppendLine(@$" Stretch=""Uniform"">"); svgXamlTemplate.AppendLine(@$" "); - svgXamlTemplate.Append(pathDataBuilder.ToString()); + svgXamlTemplate.Append(pathDataBuilder); svgXamlTemplate.AppendLine(@$" "); svgXamlTemplate.AppendLine(@$" "); svgXamlTemplate.AppendLine(@$" ");