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,6 +1588,7 @@ func (git *repoSync) SetupCookieFile(ctx context.Context) error {
// //
// The expected URL callback output is below, // The expected URL callback output is below,
// see https://git-scm.com/docs/gitcredentials for more examples: // see https://git-scm.com/docs/gitcredentials for more examples:
//
// username=xxx@example.com // username=xxx@example.com
// password=xxxyyyzzz // password=xxxyyyzzz
func (git *repoSync) CallAskPassURL(ctx context.Context) error { func (git *repoSync) CallAskPassURL(ctx context.Context) error {