Remove blank lines between Apple strings
This commit is contained in:
parent
df14ff81a9
commit
28dc23db64
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ module Twine
|
|||
end
|
||||
|
||||
def key_value_pattern
|
||||
"\"%{key}\" = \"%{value}\";\n"
|
||||
"\"%{key}\" = \"%{value}\";"
|
||||
end
|
||||
|
||||
def format_comment(definition, lang)
|
||||
|
|
Reference in a new issue