diff --git a/lib/twine/formatters/apple.rb b/lib/twine/formatters/apple.rb index 8aa8623..444a0b0 100644 --- a/lib/twine/formatters/apple.rb +++ b/lib/twine/formatters/apple.rb @@ -70,7 +70,7 @@ module Twine end def key_value_pattern - "\"%{key}\" = \"%{value}\";\n" + "\"%{key}\" = \"%{value}\";" end def format_comment(definition, lang)