Fix Rubocop offense in OptimisticLocking module

This commit is contained in:
Grzegorz Bizon 2017-02-23 14:56:27 +01:00
parent 02699f26a4
commit ca378aa34c
1 changed files with 1 additions and 1 deletions

View File

@ -16,6 +16,6 @@ module Gitlab
end
end
alias :retry_optimistic_lock :retry_lock
alias_method :retry_optimistic_lock, :retry_lock
end
end