From d4c08ac4714297e25042e3ab5fe5dbd1515b7bbd Mon Sep 17 00:00:00 2001 From: Robert Ream Date: Thu, 30 May 2024 19:26:02 -0700 Subject: [PATCH] cargo fmt --- srt-tokio/tests/crypto.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/srt-tokio/tests/crypto.rs b/srt-tokio/tests/crypto.rs index 884e260b..d4858fa6 100644 --- a/srt-tokio/tests/crypto.rs +++ b/srt-tokio/tests/crypto.rs @@ -94,5 +94,3 @@ async fn bad_password_rendezvous() { assert_matches!(result, Err(e) if e.kind() == io::ErrorKind::ConnectionRefused); } - -// TODO: mismatch