Commit 75f1b586 authored by Ash McKenzie's avatar Ash McKenzie

Resolve conflicts in app/services/concerns/exclusive_lease_guard.rb

parent 2c82998a
......@@ -35,11 +35,7 @@ module ExclusiveLeaseGuard
def lease_timeout
raise NotImplementedError,
<<<<<<< HEAD
"#{self.class.name} does not implement #{__method__}"
=======
"#{self.class.name} does not implement #{__method__}"
>>>>>>> upstream/master
end
def release_lease(uuid)
......
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