Skip to content

Commit

Permalink
refactor(delete_sources): shorten module name
Browse files Browse the repository at this point in the history
  • Loading branch information
alextes committed Nov 8, 2023
1 parent 28b6b71 commit 154abc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/bin/bundle-submissions/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
//! fashion.
mod bundle_slots;
mod compress_bundles;
mod delete_source_submissions;
mod delete_sources;
mod discover_slots;
mod store_bundles;

Expand All @@ -22,7 +22,7 @@ use tracing::info;

use crate::{
bundle_slots::run_bundle_slots_thread, compress_bundles::run_compression_thread,
delete_source_submissions::run_delete_source_submissions_thread,
delete_sources::run_delete_source_submissions_thread,
discover_slots::run_discover_slots_thread, store_bundles::run_store_bundles_thread,
};

Expand Down

0 comments on commit 154abc7

Please sign in to comment.