Make a new line to separate the two lines

This commit is contained in:
zontreck 2025-03-26 01:21:28 -07:00
parent fb2651facf
commit 5005f5443d

View file

@ -100,7 +100,7 @@ class _main extends State<MainGen> {
sb.append( sb.append(
"\nCurrent highest implemented generation: **${gen.name}**", "\nCurrent highest implemented generation: **${gen.name}**",
); );
sb.append("\n**This file is automatically generated**\n\n"); sb.append("\n\n**This file is automatically generated**\n\n");
sb.append("# About\n\n"); sb.append("# About\n\n");
sb.append( sb.append(
"This file is a checklist of what Pokemon are up to date with the implemented generations.\n", "This file is a checklist of what Pokemon are up to date with the implemented generations.\n",