mirror of
https://github.com/telemt/telemt.git
synced 2026-05-22 19:51:43 +03:00
Rustfmt
This commit is contained in:
@@ -75,7 +75,9 @@ pub(crate) async fn spawn_runtime_tasks(
|
||||
|
||||
let stats_maintenance = stats.clone();
|
||||
tokio::spawn(async move {
|
||||
stats_maintenance.run_periodic_user_stats_maintenance().await;
|
||||
stats_maintenance
|
||||
.run_periodic_user_stats_maintenance()
|
||||
.await;
|
||||
});
|
||||
|
||||
let ip_tracker_maintenance = ip_tracker.clone();
|
||||
|
||||
Reference in New Issue
Block a user