summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKamil Trzcinski <ayufan@ayufan.eu>2016-12-18 23:30:37 +0100
committerKamil Trzcinski <ayufan@ayufan.eu>2016-12-18 23:30:37 +0100
commit676b79b94d33e007b34d70c00900a52983ce1106 (patch)
tree4863de917f8c3d380f02ad4adf2df17043cabac5
parent3f60a276fc36fc7d1c5323c38b33fdbc774cfbbf (diff)
downloadgitlab-ce-676b79b94d33e007b34d70c00900a52983ce1106.tar.gz
Fix Rubocop
-rw-r--r--lib/gitlab/chat_commands/presenter.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/gitlab/chat_commands/presenter.rb b/lib/gitlab/chat_commands/presenter.rb
index e94d0ce2470..b4c4dc252ca 100644
--- a/lib/gitlab/chat_commands/presenter.rb
+++ b/lib/gitlab/chat_commands/presenter.rb
@@ -43,7 +43,7 @@ module Gitlab
end
def access_denied
- ephemeral_response("Whoops! That action is not allowed. This incident will be [reported](https://xkcd.com/838/).")
+ ephemeral_response("Whoops! That action is not allowed. This incident will be [reported](https://xkcd.com/838/).")
end
private
@@ -88,7 +88,7 @@ module Gitlab
reference = resource.try(:to_reference) || resource.try(:id)
title = resource.try(:title) || resource.try(:name)
- "[#{reference} #{title}](#{url(resource)})"
+ "[#{reference} #{title}](#{url(resource)})"
end
def header_with_list(header, items)