We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3019b0 commit 68f924aCopy full SHA for 68f924a
1 file changed
app/lib/formatter.rb
@@ -20,7 +20,7 @@ def format(status, **options)
20
raw_content = status.text
21
22
if options[:inline_poll_options] && status.poll
23
- raw_content = raw_content + '\n\n' + status.poll.options.map { |title| "[ ] #{title}" }.join('\n')
+ raw_content = raw_content + "\n\n" + status.poll.options.map { |title| "[ ] #{title}" }.join("\n")
24
end
25
26
return '' if raw_content.blank?
0 commit comments