From 9c226e0d301dbe14173521ede4c768e5224aaf8f Mon Sep 17 00:00:00 2001 From: Dwayne Bailey Date: Tue, 13 Aug 2024 12:28:42 +0100 Subject: [PATCH] Ensure two blank lines before section header --- lib/twine/formatters/apple.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/twine/formatters/apple.rb b/lib/twine/formatters/apple.rb index 444a0b0..0f1f1fa 100644 --- a/lib/twine/formatters/apple.rb +++ b/lib/twine/formatters/apple.rb @@ -66,7 +66,7 @@ module Twine end def format_section_header(section) - "/********** #{section.name} **********/\n" + "\n/********** #{section.name} **********/\n" end def key_value_pattern