Skip to content

Commit 92d0cd3

Browse files
committed
Update formatting
1 parent dde6a5c commit 92d0cd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/auth/aws.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ pub async fn compute_aws_sigv4_payload(
227227
parts.get(1).copied().unwrap_or("us-east-1")
228228
};
229229

230-
let url = format!("https://{}", host);
230+
let url = format!("https://{host}");
231231
let date_str = date.format("%Y%m%dT%H%M%SZ").to_string();
232232
let body_str = "Action=GetCallerIdentity&Version=2011-06-15";
233233
let body_bytes = body_str.as_bytes();

0 commit comments

Comments
 (0)