lib/dingbot/message/markdown.rb in dingbot-0.1.1 vs lib/dingbot/message/markdown.rb in dingbot-0.2.0

- old
+ new

@@ -23,13 +23,15 @@ def msg_type TYPE::MARKDOWN end def body_params - super.merge(markdown: { - text: @text, - title: @title, - }) + super.merge( + markdown: { + text: @text, + title: @title, + } + ) end end end end \ No newline at end of file