Skip to content

Commit ddfbcd2

Browse files
committed
fix: [torrust#1326] formatting
1 parent 47e159e commit ddfbcd2

File tree

1 file changed

+2
-1
lines changed
  • packages/axum-http-tracker-server/src

1 file changed

+2
-1
lines changed

packages/axum-http-tracker-server/src/server.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -238,8 +238,9 @@ pub fn check_fn(binding: &SocketAddr) -> ServiceHealthCheckJob {
238238
mod tests {
239239
use std::sync::Arc;
240240

241+
use bittorrent_http_tracker_core::container::HttpTrackerCoreContainer;
241242
use bittorrent_http_tracker_core::services::announce::AnnounceService;
242-
use bittorrent_http_tracker_core::{container::HttpTrackerCoreContainer, services::scrape::ScrapeService};
243+
use bittorrent_http_tracker_core::services::scrape::ScrapeService;
243244
use bittorrent_tracker_core::announce_handler::AnnounceHandler;
244245
use bittorrent_tracker_core::authentication::key::repository::in_memory::InMemoryKeyRepository;
245246
use bittorrent_tracker_core::authentication::service;

0 commit comments

Comments
 (0)