fix indentation

This commit is contained in:
John Crepezzi 2015-12-27 12:59:59 -05:00
parent 233bc6ff16
commit 45e19bc7cc
1 changed files with 1 additions and 1 deletions

View File

@ -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) {