mirror of
https://github.com/seejohnrun/haste-server.git
synced 2025-12-13 18:45:56 +00:00
fix indentation
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user