added indent to fn parameter. Fixes #6
This commit is contained in:
parent
58cc5b165b
commit
19ebd247f7
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ async fn main() {
|
||||||
crate::config::write_config(&config, &immutable_config, &args[1]);
|
crate::config::write_config(&config, &immutable_config, &args[1]);
|
||||||
|
|
||||||
let service = SmtpService::create(format!("{}:{}", config.bind_address.unwrap(), config.bind_port.unwrap()).parse().unwrap(), "matrixmailer".into(),
|
let service = SmtpService::create(format!("{}:{}", config.bind_address.unwrap(), config.bind_port.unwrap()).parse().unwrap(), "matrixmailer".into(),
|
||||||
Arc::new(ToMatrixConverter {
|
Arc::new(ToMatrixConverter {
|
||||||
receiver_whitelist: config.receiver_whitelist,
|
receiver_whitelist: config.receiver_whitelist,
|
||||||
matrix_clients: clients,
|
matrix_clients: clients,
|
||||||
mappings: config.mappings,
|
mappings: config.mappings,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue