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 +}