Commit d9f48e45 authored by blackst0ne's avatar blackst0ne

Prefer single quotes

parent 571c832d
......@@ -273,7 +273,7 @@ module SystemNoteService
#
# Returns the created Note object
def change_description(noteable, project, author)
body = "changed the description"
body = 'changed the description'
create_note(NoteSummary.new(noteable, project, author, body, action: 'description'))
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