fix indentation

production
John Crepezzi 10 years ago
parent 233bc6ff16
commit 45e19bc7cc
  1. 2
      lib/document_stores/redis.js

@ -27,7 +27,7 @@ RedisDocumentStore.connect = function(options) {
RedisDocumentStore.client = redis.createClient(port, host);
// authenticate if password is provided
if (options.password) {
RedisDocumentStore.client.auth(options.password);
RedisDocumentStore.client.auth(options.password);
}
RedisDocumentStore.client.select(index, function(err, reply) {
if (err) {

Loading…
Cancel
Save