Skip to content

Commit

Permalink
rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
davepacheco committed Jun 24, 2024
1 parent 7472be7 commit c259409
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nexus/src/app/background/tasks/dns_config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,8 @@ impl BackgroundTask for DnsConfigWatcher {
#[cfg(test)]
mod test {
use super::DnsConfigWatcher;
use crate::app::background::BackgroundTask;
use crate::app::background::init::test::write_test_dns_generation;
use crate::app::background::BackgroundTask;
use assert_matches::assert_matches;
use async_bb8_diesel::AsyncRunQueryDsl;
use async_bb8_diesel::AsyncSimpleConnection;
Expand Down
2 changes: 1 addition & 1 deletion nexus/src/app/background/tasks/dns_propagation.rs
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,8 @@ async fn dns_propagate_one(
#[cfg(test)]
mod test {
use super::DnsPropagator;
use crate::app::background::BackgroundTask;
use crate::app::background::tasks::dns_servers::DnsServersList;
use crate::app::background::BackgroundTask;
use dns_service_client::types::DnsConfigParams;
use httptest::matchers::request;
use httptest::responders::status_code;
Expand Down

0 comments on commit c259409

Please sign in to comment.