summaryrefslogtreecommitdiff
path: root/app/helpers/notes_helper.rb
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-02-02 21:34:16 -0800
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-02-02 21:34:16 -0800
commit7d48205c1a472c07969e4dc43965fa3090b84376 (patch)
tree2d656569885ea8c9b281b3595954846c2e6dd800 /app/helpers/notes_helper.rb
parent7558fe98759ec28c2fd97ae10cb1610a1a6c38cd (diff)
downloadgitlab-ce-7d48205c1a472c07969e4dc43965fa3090b84376.tar.gz
Rubocop: comment indentation
Diffstat (limited to 'app/helpers/notes_helper.rb')
-rw-r--r--app/helpers/notes_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/helpers/notes_helper.rb b/app/helpers/notes_helper.rb
index d41d5617396..8edcb8e6a80 100644
--- a/app/helpers/notes_helper.rb
+++ b/app/helpers/notes_helper.rb
@@ -1,5 +1,5 @@
module NotesHelper
- # Helps to distinguish e.g. commit notes in mr notes list
+ # Helps to distinguish e.g. commit notes in mr notes list
def note_for_main_target?(note)
(@noteable.class.name == note.noteable_type && !note.for_diff_line?)
end