Skip to content

Commit

Permalink
[CodeFactor] Apply fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
code-factor committed Sep 29, 2024
1 parent 026fa5f commit 2414368
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/FluentHub.Octicons.Generator/Program.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using Humanizer;
using Humanizer;
using System;
using System.IO;
using System.Linq;
Expand Down Expand Up @@ -140,7 +140,7 @@ private static string ConvertSvgEntity(string path)
svgXamlTemplate.AppendLine(@$" Height=""{iconSize}""");
svgXamlTemplate.AppendLine(@$" Stretch=""Uniform"">");
svgXamlTemplate.AppendLine(@$" <Canvas Width=""{iconSize}"" Height=""{iconSize}"">");
svgXamlTemplate.Append(pathDataBuilder.ToString());
svgXamlTemplate.Append(pathDataBuilder);
svgXamlTemplate.AppendLine(@$" </Canvas>");
svgXamlTemplate.AppendLine(@$" </Viewbox>");
svgXamlTemplate.AppendLine(@$" </ControlTemplate>");
Expand Down

0 comments on commit 2414368

Please sign in to comment.