Skip to content

Commit

Permalink
feat: cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
devworlds committed Dec 12, 2024
1 parent 0b090ad commit 82b6078
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions roles/test-utils/mining-device-sv1/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ pub(crate) use client::Client;

#[async_std::main]
async fn main() {
tracing_subscriber::fmt()
.init();
tracing_subscriber::fmt().init();
const ADDR: &str = "127.0.0.1:34255";
Client::connect(
80,
Expand Down

0 comments on commit 82b6078

Please sign in to comment.