Skip to content

Commit 77eccdc

Browse files
committed
fix: [#1195] format
1 parent 661fe6a commit 77eccdc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/servers/http/v1/services/announce.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@ mod tests {
7373
fn public_tracker() -> (Tracker, Arc<Option<Box<dyn Sender>>>) {
7474
let config = configuration::ephemeral_public();
7575

76-
let (database, _in_memory_whitelist, whitelist_authorization, authentication, _authentication_service) = initialize_tracker_dependencies(&config);
76+
let (database, _in_memory_whitelist, whitelist_authorization, authentication, _authentication_service) =
77+
initialize_tracker_dependencies(&config);
7778
let (stats_event_sender, _stats_repository) = statistics::setup::factory(config.core.tracker_usage_statistics);
7879
let stats_event_sender = Arc::new(stats_event_sender);
7980

0 commit comments

Comments
 (0)