Skip to content

Commit 9d7e1da

Browse files
committed
cargo fmt
1 parent b8bde6a commit 9d7e1da

File tree

1 file changed

+1
-1
lines changed
  • nexus/src/app/background

1 file changed

+1
-1
lines changed

nexus/src/app/background/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,8 @@ pub use driver::Driver;
137137
pub use init::BackgroundTasksData;
138138
pub use init::BackgroundTasksInitializer;
139139
pub(crate) use init::BackgroundTasksInternal;
140-
pub(crate) use tasks::blueprint_load::LoadedTargetBlueprint;
141140
pub use nexus_background_task_interface::Activator;
141+
pub(crate) use tasks::blueprint_load::LoadedTargetBlueprint;
142142
pub use tasks::saga_recovery::SagaRecoveryHelpers;
143143

144144
use futures::future::BoxFuture;

0 commit comments

Comments
 (0)