Commit a11dd013 authored by Timothy Andrew's avatar Timothy Andrew

Fix incorrect merge conflict resolution in `ProtectedBranchAccess`.

Lines were duplicated.
parent aefea581
......@@ -21,9 +21,6 @@ module ProtectedBranchAccess
else
:role
end
scope :master, -> { where(access_level: Gitlab::Access::MASTER) }
scope :developer, -> { where(access_level: Gitlab::Access::DEVELOPER) }
end
def humanize
......
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