update code formating

This commit is contained in:
Ben Chang 2024-12-19 06:40:24 +00:00
parent a91aa2c2f8
commit fc56b65805

View File

@ -278,7 +278,7 @@ func (c *CodeCommitDownloader) getUsernameFromARN(arn string) string {
return ""
}
func generateSigV4AuthPassword(secretKey string, host string, path string, region string, now time.Time) string {
func generateSigV4AuthPassword(secretKey, host, path, region string, now time.Time) string {
amzDate := now.Format("20060102T150405")
date := now.Format("20060102")