Преглед изворни кода

chore: Fix uncaught code formatting

x пре 7 месеци
родитељ
комит
1c806010c9
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      bin/explorer/src/main.rs

+ 1 - 1
bin/explorer/src/main.rs

@@ -371,7 +371,7 @@ async fn realmain(
                 let req = JsonRequest::new("blockchain.subscribe_blocks", JsonValue::Array(vec![]));
 
                 if let Err(e) = rpc_client.subscribe(req, explorer_.blocks_publisher.clone()).await {
-                   rpc_client.stop().await;
+                    rpc_client.stop().await;
                     warn!(target: "explorer::subscribe_blocks", "darkfid RPC connection lost ({e}), retrying...");
                     msleep(500).await;
                 }