Commit de31766d authored by Yorick Peterse's avatar Yorick Peterse

Fixed ExclusiveLease conflicts

parent d887601a
...@@ -94,7 +94,6 @@ module Gitlab ...@@ -94,7 +94,6 @@ module Gitlab
ttl if ttl.positive? ttl if ttl.positive?
end end
end end
<<<<<<< HEAD
# Returns true if the UUID for the key hasn't changed. # Returns true if the UUID for the key hasn't changed.
def same_uuid? def same_uuid?
...@@ -102,7 +101,5 @@ module Gitlab ...@@ -102,7 +101,5 @@ module Gitlab
redis.get(@redis_shared_state_key) == @uuid redis.get(@redis_shared_state_key) == @uuid
end end
end end
=======
>>>>>>> upstream/master
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