Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mose committed Dec 27, 2017
1 parent e7c56a4 commit 3973c6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/meetbot-gitlab.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ module.exports = (robot) ->
room = res.envelope.room
gitlab.format(robot.brain.data.meetbot[room])
.then (text) ->
res.send "```\n#{text}```"
res.send "```\n#{text}\n```"
res.finish()

0 comments on commit 3973c6c

Please sign in to comment.