Skip to content

Commit 0fbc414

Browse files
committed
Update BreadcrumbPageMappingGenerator.cs
1 parent 0338ed9 commit 0fbc414

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/DevWinUI.SourceGenerator/Generators/BreadcrumbPageMappingGenerator.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ private static void Execute(SourceProductionContext ctx, ImmutableArray<Addition
9494
sb.AppendLine("// | |");
9595
sb.AppendLine("// | ------------------------------------------- |");
9696
sb.AppendLine("// | | | |");
97-
sb.AppendLine($"// | | Date Modified: {DateTime.Now.ToString(CultureInfo.InvariantCulture)} | |");
97+
sb.AppendLine($"// | | Date Modified: {DateTime.Now.ToString(CultureInfo.InvariantCulture)} | |");
9898
sb.AppendLine("// | | | |");
9999
sb.AppendLine("// | ------------------------------------------- |");
100100
sb.AppendLine("// -----------------------------------------------------------------------------------------------------");

0 commit comments

Comments
 (0)