Skip to content

Commit

Permalink
style: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
tu6ge committed Aug 11, 2023
1 parent a13e05e commit e952999
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/auth/query.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit e952999

Please sign in to comment.