From 9d1e794c36b56e7b15bcc7ae40c439febdf7646b Mon Sep 17 00:00:00 2001 From: Gregory Gauthier Date: Mon, 30 Mar 2026 14:01:17 +0100 Subject: [PATCH] chore(edit): add missing newline at end of file Ensures the file ends with a newline to avoid Git warnings. --- cmd/edit.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/edit.go b/cmd/edit.go index f7f9dc5..fda6b57 100644 --- a/cmd/edit.go +++ b/cmd/edit.go @@ -110,4 +110,4 @@ func removeLastModifiedComments(content string) string { } } return strings.Join(cleanedLines, "\n") -} \ No newline at end of file +}