Skip to content

Commit 2e00465

Browse files
committed
lint: clippy issue
1 parent 6994e14 commit 2e00465

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

atoma-bin/atoma_node.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,7 @@ fn start_heartbeat_service(mut shutdown_receiver: watch::Receiver<bool>, heartbe
524524

525525
loop {
526526
tokio::select! {
527-
_ = tokio::time::sleep(interval) => {
527+
() = tokio::time::sleep(interval) => {
528528
// Send heartbeat ping
529529
match client.get(heartbeat_url.clone()).send().await {
530530
Ok(response) => {

0 commit comments

Comments
 (0)