Chore: update EOL writing

This commit is contained in:
SukkaW
2026-03-09 23:43:22 +08:00
parent 5e9a2cc605
commit 7a1292d796
2 changed files with 8 additions and 2 deletions

View File

@@ -44,7 +44,7 @@ export function withBannerArray(title: string, description: string[] | readonly
appendArrayInPlace(result, content);
result.push('################## EOF ##################', '');
result.push('################## EOF ##################');
return result;
};