Commit de31766d authored by Yorick Peterse's avatar Yorick Peterse

Fixed ExclusiveLease conflicts

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