Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bitbucket_server/representation/comment.rb')
-rw-r--r--lib/bitbucket_server/representation/comment.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bitbucket_server/representation/comment.rb b/lib/bitbucket_server/representation/comment.rb
index 07a8b359db7..44f76139fc4 100644
--- a/lib/bitbucket_server/representation/comment.rb
+++ b/lib/bitbucket_server/representation/comment.rb
@@ -55,7 +55,7 @@ module BitbucketServer
comments.each do |comment|
new_comments = comment.delete('comments')
workset << new_comments if new_comments
- all_comments << Comment.new({ 'comment' => comment})
+ all_comments << Comment.new({ 'comment' => comment })
end
end