Ensure two blank lines before section header
This commit is contained in:
parent
28dc23db64
commit
9c226e0d30
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ module Twine
|
|||
end
|
||||
|
||||
def format_section_header(section)
|
||||
"/********** #{section.name} **********/\n"
|
||||
"\n/********** #{section.name} **********/\n"
|
||||
end
|
||||
|
||||
def key_value_pattern
|
||||
|
|
Reference in a new issue