Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
shunsuke-shimomura committed May 27, 2024
1 parent d3e306c commit 93f17ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kble-tcp/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ use tracing_subscriber::{prelude::*, EnvFilter};
#[derive(Debug, Parser)]
#[clap(author, version, about, long_about = None)]
struct Args {
addr: SocketAddr
addr: SocketAddr,
}

#[tokio::main]
Expand Down

0 comments on commit 93f17ba

Please sign in to comment.