From 98acafe9d14ce93410cccda15ccb4556ab01c465 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 12 Dec 2022 15:07:03 +0000 Subject: [PATCH] tor-proto: rustfmt Not sure why the tree didn't have this newline already. "Whatever". --- crates/tor-proto/src/channel/handshake.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/crates/tor-proto/src/channel/handshake.rs b/crates/tor-proto/src/channel/handshake.rs index 5bb5e836e..789e89712 100644 --- a/crates/tor-proto/src/channel/handshake.rs +++ b/crates/tor-proto/src/channel/handshake.rs @@ -960,7 +960,8 @@ pub(super) mod test { let re = Regex::new( // identities might be scrubbed by safelog r"Identity .* does not match target .*", - ).unwrap(); + ) + .unwrap(); assert!(re.is_match(&format!("{}", err))); let err = certs_test(