Commit 6523ba86 authored by Kerri Miller's avatar Kerri Miller

Update formatting of comment for line-length

parent 91036d0b
......@@ -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