Skip to content

Commit f013820

Browse files
committed
chore: fmt
1 parent 4b60771 commit f013820

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

msg/examples/reqrep_challenge.rs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,11 @@ use bytes::Bytes;
99
use tokio::io::{AsyncRead, AsyncReadExt, AsyncWrite, AsyncWriteExt};
1010
use tokio_stream::StreamExt;
1111

12-
use msg::{RepSocket, ReqSocket, hooks::{ConnectionHook, Error, HookResult}, tcp::Tcp};
12+
use msg::{
13+
RepSocket, ReqSocket,
14+
hooks::{ConnectionHook, Error, HookResult},
15+
tcp::Tcp,
16+
};
1317

1418
const SECRET: [u8; 32] = *b"this_is_a_32_byte_secret_key!!!!";
1519

0 commit comments

Comments
 (0)