From f84127bedc1c04c9eb1ce105e47d7d3ffd57b2f7 Mon Sep 17 00:00:00 2001 From: NoRePercussions Date: Fri, 5 Jul 2024 19:10:21 -0400 Subject: [PATCH] Place comment identifier at top --- src/comment.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(