Skip to content

Commit 1b6c259

Browse files
committed
Fix fmt
1 parent 9aa93b8 commit 1b6c259

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dtls/src/conn/conn_test.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -422,9 +422,9 @@ async fn test_export_keying_material() -> Result<(), Error> {
422422
..Default::default()
423423
},
424424
local_sequence_number: Arc::new(Mutex::new(vec![0, 0])),
425-
cipher_suite: Arc::new(Mutex::new(Some(Box::new(
426-
CipherSuiteAes128GcmSha256::new(false),
427-
)))),
425+
cipher_suite: Arc::new(Mutex::new(Some(Box::new(CipherSuiteAes128GcmSha256::new(
426+
false,
427+
))))),
428428
..Default::default()
429429
},
430430
cache: HandshakeCache::new(),

0 commit comments

Comments
 (0)