BigW Consortium Gitlab

Commit d9f48e45 by blackst0ne

Prefer single quotes

parent 571c832d
...@@ -273,7 +273,7 @@ module SystemNoteService ...@@ -273,7 +273,7 @@ module SystemNoteService
# #
# Returns the created Note object # Returns the created Note object
def change_description(noteable, project, author) def change_description(noteable, project, author)
body = "changed the description" body = 'changed the description'
create_note(NoteSummary.new(noteable, project, author, body, action: 'description')) create_note(NoteSummary.new(noteable, project, author, body, action: 'description'))
end end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment