Commit 06374c4b authored by antirez's avatar antirez
Browse files

minor indentation fix

parent 0dd8fce1
......@@ -8,15 +8,15 @@
require 'socket'
begin
if (RUBY_VERSION >= '1.9')
require 'timeout'
RedisTimer = Timeout
else
require 'system_timer'
RedisTimer = SystemTimer
end
if (RUBY_VERSION >= '1.9')
require 'timeout'
RedisTimer = Timeout
else
require 'system_timer'
RedisTimer = SystemTimer
end
rescue LoadError
RedisTimer = nil
RedisTimer = nil
end
class RedisClient
......
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