From ebc5779e866b60ee352122bed3b2f4b3cff17668 Mon Sep 17 00:00:00 2001 From: Charlie Li Date: Wed, 25 Nov 2020 12:16:35 -0500 Subject: [PATCH] Use space indentation to silence rustfmt --- openssl/build.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openssl/build.rs b/openssl/build.rs index 89b13f053..92506c061 100644 --- a/openssl/build.rs +++ b/openssl/build.rs @@ -66,6 +66,6 @@ fn main() { if version >= 0x3_02_01_00_0 { println!("cargo:rustc-cfg=libressl321"); - } + } } } -- GitLab