From f47a417319b0a580e4af4ca9e07badcbfedaaab7 Mon Sep 17 00:00:00 2001 From: houseme Date: Wed, 2 Apr 2025 01:12:54 +0800 Subject: [PATCH] Update rustfs/src/utils.rs Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- rustfs/src/utils.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rustfs/src/utils.rs b/rustfs/src/utils.rs index 8f72e5f7a..b0ccb228c 100644 --- a/rustfs/src/utils.rs +++ b/rustfs/src/utils.rs @@ -18,7 +18,8 @@ pub(crate) fn load_certs(filename: &str) -> io::Result, _>>()?; + Ok(certs) } /// Load private key from file.