Skip to content

Commit 6994e14

Browse files
committed
lint: formatting
1 parent 03bf8e5 commit 6994e14

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

atoma-bin/atoma_node.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -508,6 +508,7 @@ fn handle_tasks_results(
508508
/// # Arguments
509509
/// * `shutdown_receiver` - A receiver that signals when the service should shut down
510510
/// * `heartbeat_url` - The URL of the heartbeat service
511+
#[allow(clippy::redundant_pub_crate)]
511512
fn start_heartbeat_service(mut shutdown_receiver: watch::Receiver<bool>, heartbeat_url: String) {
512513
tokio::spawn(async move {
513514
let client = reqwest::Client::new();

0 commit comments

Comments
 (0)