diff --git a/src/comment.ts b/src/comment.ts index eb3e96c0..999a1df6 100644 --- a/src/comment.ts +++ b/src/comment.ts @@ -16,7 +16,7 @@ function headerComment(header: String): string { } function bodyWithHeader(body: string, header: string): string { - return `${body}\n${headerComment(header)}` + return `${headerComment(header)}\n{body}` } export async function findPreviousComment(