From 63bbbf73cb16fb953f5e5252e081985fd9149042 Mon Sep 17 00:00:00 2001 From: tbro Date: Fri, 13 Oct 2023 16:46:09 -0500 Subject: [PATCH] typo --- rustls-cert-gen/src/main.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/rustls-cert-gen/src/main.rs b/rustls-cert-gen/src/main.rs index 567d3f96..02185d5e 100644 --- a/rustls-cert-gen/src/main.rs +++ b/rustls-cert-gen/src/main.rs @@ -37,8 +37,7 @@ fn main() -> Result<(), Box> { Ok(()) } - -// FIXME remove this when this file gets updated. This dummy test s +// FIXME remove this when this file gets updated. This dummy test is // here to demonstrate that tests are being run against both crates in // CI #[test]