mirror of
https://github.com/go-gitea/gitea
synced 2024-12-22 04:17:52 +01:00
update code formating
This commit is contained in:
parent
a91aa2c2f8
commit
fc56b65805
@ -278,7 +278,7 @@ func (c *CodeCommitDownloader) getUsernameFromARN(arn string) string {
|
|||||||
return ""
|
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")
|
amzDate := now.Format("20060102T150405")
|
||||||
date := now.Format("20060102")
|
date := now.Format("20060102")
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user