remove stupid whitespace
This commit is contained in:
parent
532acc05f1
commit
06b2064678
|
@ -8,5 +8,5 @@ use crate::env::Env;
|
||||||
|
|
||||||
pub fn redis_conn(env: Env) -> Result<Client, RedisError> {
|
pub fn redis_conn(env: Env) -> Result<Client, RedisError> {
|
||||||
log::info!("Connecting to redis DB on {}", env.redis.host);
|
log::info!("Connecting to redis DB on {}", env.redis.host);
|
||||||
redis::Client::open(format!("redis://:{}@{}:{}/", env.redis.pass, env.redis.host, env.redis.port))
|
redis::Client::open(format!("redis://:{}@{}:{}/", env.redis.pass, env.redis.host, env.redis.port))
|
||||||
}
|
}
|
Loading…
Reference in New Issue