Commit ca378aa3 authored by Grzegorz Bizon's avatar Grzegorz Bizon

Fix Rubocop offense in OptimisticLocking module

parent 02699f26
...@@ -16,6 +16,6 @@ module Gitlab ...@@ -16,6 +16,6 @@ module Gitlab
end end
end end
alias :retry_optimistic_lock :retry_lock alias_method :retry_optimistic_lock, :retry_lock
end end
end end
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