From 7bce3d5e35f7c81ab916fde6f4e4fa7ddd408713 Mon Sep 17 00:00:00 2001 From: Petrichor Date: Thu, 1 Feb 2024 11:56:51 +0100 Subject: [PATCH] fixed rustfmt --- openssl/src/x509/sbgp.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openssl/src/x509/sbgp.rs b/openssl/src/x509/sbgp.rs index 41a29cd528..64123602eb 100644 --- a/openssl/src/x509/sbgp.rs +++ b/openssl/src/x509/sbgp.rs @@ -53,7 +53,7 @@ impl ASIdentifiers { /// Determines whether the contents of the AS number extension are contained /// in the parent AS number extension. - /// + /// /// This function is only available as of version 1.1.1, since it /// implementation in version 1.1.0 is faulty. #[cfg(ossl111)]