chore: format code

This commit is contained in:
GitHub Action
2025-11-08 00:59:52 +00:00
parent 2e1f54088d
commit ae877e243b
@@ -70,7 +70,7 @@ function generateSitemapXML(entries: SitemapEntry[]): string {
<loc>${entry.url}</loc>
<changefreq>${entry.changefreq}</changefreq>
<priority>${entry.priority}</priority>
</url>`
</url>`,
)
.join("\n")