Skip to content

Commit 26ab85d

Browse files
committed
Restore blank line after page comments heading
1 parent 7cfa4f7 commit 26ab85d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/audit-docs.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ function buildReport(pages) {
309309
})
310310
.join("\n");
311311

312-
return `${header.join("\n")}${body}`;
312+
return `${header.join("\n")}\n${body}`;
313313
}
314314

315315
function shouldFailAudit(pages) {

0 commit comments

Comments
 (0)