Skip to content
Snippets Groups Projects
Commit d9f48e45 authored by blackst0ne's avatar blackst0ne
Browse files

Prefer single quotes

parent 571c832d
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment