From e9529992b5a08d3b8584a0ea348cdad39bc77482 Mon Sep 17 00:00:00 2001 From: tu6ge Date: Fri, 11 Aug 2023 14:30:46 +0800 Subject: [PATCH] style: fmt --- src/auth/query.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/auth/query.rs b/src/auth/query.rs index 18ae383..e6a27ad 100644 --- a/src/auth/query.rs +++ b/src/auth/query.rs @@ -126,7 +126,7 @@ impl<'a> QueryAuth<'a> { string } fn signature(&self, path: &ObjectPath, expires: i64) -> String { - #![allow(clippy::unwrap_used)] + #![allow(clippy::unwrap_used)] self.access_secret_key .encryption_string(self.sign_string(path, expires)) .unwrap()