Updated gofmt style

This commit is contained in:
Tim Hockin 2022-11-19 16:32:41 -08:00
parent eaa5ed23d2
commit a05f6c0745
No known key found for this signature in database
1 changed files with 3 additions and 2 deletions

View File

@ -1588,8 +1588,9 @@ func (git *repoSync) SetupCookieFile(ctx context.Context) error {
//
// The expected URL callback output is below,
// see https://git-scm.com/docs/gitcredentials for more examples:
// username=xxx@example.com
// password=xxxyyyzzz
//
// username=xxx@example.com
// password=xxxyyyzzz
func (git *repoSync) CallAskPassURL(ctx context.Context) error {
git.log.V(2).Info("calling auth URL to get credentials")