diff --git a/lib/twine/formatters/apple.rb b/lib/twine/formatters/apple.rb index 82897a3..3283851 100644 --- a/lib/twine/formatters/apple.rb +++ b/lib/twine/formatters/apple.rb @@ -83,7 +83,7 @@ module Twine end def format_comment(definition, lang) - "/* #{definition.comment.gsub('*/', '* /')} */\n" if definition.comment + "\n/* #{definition.comment.gsub('*/', '* /')} */\n" if definition.comment end def format_key(key)