Skip to content

Commit

Permalink
🚚 Fix minor error
Browse files Browse the repository at this point in the history
  • Loading branch information
Lamparter committed Jul 25, 2024
1 parent 9ae4647 commit d1b0566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FluentHub.Octicons.Generator/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ static void Main(string[] args)
private static void GenerateXamlEntities(string path, string output)
{
StringBuilder xamlTemplateBegining = new();
xamlTemplateBegining.AppendLine(@$"<!-- Copyright (c) 2022-2024 0x5BFAx5BFA. Licensed under the MIT License. See the LICENSE. -->");
xamlTemplateBegining.AppendLine(@$"<!-- Copyright (c) 2022-2024 0x5BFA. Licensed under the MIT License. See the LICENSE. -->");
xamlTemplateBegining.AppendLine(@$"<!--");
xamlTemplateBegining.AppendLine(@$" This code was generated by a tool.");
xamlTemplateBegining.AppendLine(@$" Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.");
Expand Down

0 comments on commit d1b0566

Please sign in to comment.