Skip to content
This repository was archived by the owner on May 27, 2025. It is now read-only.

Commit d72b5fd

Browse files
committed
Fix formatting
1 parent 05fafb8 commit d72b5fd

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/main.rs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,12 @@ struct Args {
3636
)]
3737
listen_addr: SocketAddr,
3838

39-
#[arg(long, env, value_delimiter = ',', help = "WebSocket URI of the upstream server to connect to")]
39+
#[arg(
40+
long,
41+
env,
42+
value_delimiter = ',',
43+
help = "WebSocket URI of the upstream server to connect to"
44+
)]
4045
upstream_ws: Vec<Uri>,
4146

4247
#[arg(

0 commit comments

Comments
 (0)