mirror of
https://github.com/seejohnrun/haste-server.git
synced 2024-11-01 03:21:21 +00:00
fix indentation
This commit is contained in:
parent
233bc6ff16
commit
45e19bc7cc
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue