Use double quotes in lib/

This commit is contained in:
Julian Herrero
2019-03-15 09:28:48 +01:00
parent c9cdc72537
commit 002e16ce30
15 changed files with 69 additions and 69 deletions

View File

@@ -1,7 +1,7 @@
class MergedCommentTree < CommentTree
attr_accessor :commentables, :array_order
def initialize(commentables, page, order = 'confidence_score')
def initialize(commentables, page, order = "confidence_score")
@commentables = commentables
@commentable = commentables.first
@page = page
@@ -25,4 +25,4 @@ class MergedCommentTree < CommentTree
end
end
end
end