Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKamil Trzcinski <ayufan@ayufan.eu>2016-12-19 01:30:37 +0300
committerKamil Trzcinski <ayufan@ayufan.eu>2016-12-19 01:30:37 +0300
commit676b79b94d33e007b34d70c00900a52983ce1106 (patch)
tree4863de917f8c3d380f02ad4adf2df17043cabac5 /lib/gitlab/chat_commands
parent3f60a276fc36fc7d1c5323c38b33fdbc774cfbbf (diff)
Fix Rubocop
Diffstat (limited to 'lib/gitlab/chat_commands')
-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)