From fc56b65805394144ea5c11c9e2cc2bc9cc2fb266 Mon Sep 17 00:00:00 2001 From: Ben Chang Date: Thu, 19 Dec 2024 06:40:24 +0000 Subject: [PATCH] update code formating --- services/migrations/codecommit.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/migrations/codecommit.go b/services/migrations/codecommit.go index fbc7d790ac..9120c6e561 100644 --- a/services/migrations/codecommit.go +++ b/services/migrations/codecommit.go @@ -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")