Commit e34004a8 authored by Jan Provaznik's avatar Jan Provaznik

Merge branch 'kerrizor-master-patch-46637' into 'master'

Update formatting of comment for line-length

See merge request gitlab-org/gitlab!69297
parents 5010891d 6523ba86
......@@ -119,7 +119,9 @@ class ApprovalMergeRequestRule < ApplicationRecord
end
def sync_approved_approvers
# Before being merged, approved_approvers are dynamically calculated in ApprovalWrappedRule instead of being persisted.
# Before being merged, approved_approvers are dynamically calculated in
# ApprovalWrappedRule instead of being persisted.
#
return unless merge_request.merged?
approvers = ApprovalWrappedRule.wrap(merge_request, self).approved_approvers
......
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