Skip to content

Commit fc56b65

Browse files
author
Ben Chang
committed
update code formating
1 parent a91aa2c commit fc56b65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/migrations/codecommit.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ func (c *CodeCommitDownloader) getUsernameFromARN(arn string) string {
278278
return ""
279279
}
280280

281-
func generateSigV4AuthPassword(secretKey string, host string, path string, region string, now time.Time) string {
281+
func generateSigV4AuthPassword(secretKey, host, path, region string, now time.Time) string {
282282
amzDate := now.Format("20060102T150405")
283283
date := now.Format("20060102")
284284

0 commit comments

Comments
 (0)