Skip to content

Commit

Permalink
Less codeblocks, more spaces between PR's
Browse files Browse the repository at this point in the history
  • Loading branch information
jrmullins committed Sep 16, 2016
1 parent 021378d commit b99a5fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/lita/github_pr_list/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Lita
module GithubPrList
VERSION = "0.3.2"
VERSION = "0.3.3"
end
end
2 changes: 1 addition & 1 deletion lib/lita/handlers/github_pr_list.rb
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def list_org_pr(response)

requests = pull_requests + merge_requests
message = "I found #{requests.count} open pull requests for #{github_organization}\n"
response.reply("/code #{message}#{requests.join("\n")}")
response.reply("#{message}#{requests.join("\n\n")}")
end

def alias_user(response)
Expand Down

0 comments on commit b99a5fb

Please sign in to comment.