Skip to content

Commit 2d4b876

Browse files
committed
chore: address more clippy warnings
1 parent eb78706 commit 2d4b876

File tree

1 file changed

+1
-1
lines changed
  • aggregation_mode/payments_poller/src

1 file changed

+1
-1
lines changed

aggregation_mode/payments_poller/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ async fn main() {
2626
let config = Config::from_file(&config_file_path).expect("Config is valid");
2727
tracing::info!("Config loaded");
2828

29-
let db = Db::try_new(&config.db_connection_urls.as_slice())
29+
let db = Db::try_new(config.db_connection_urls.as_slice())
3030
.await
3131
.expect("db to start");
3232

0 commit comments

Comments
 (0)