From a05f6c0745aa83c3c763b175ccc4b243788ced11 Mon Sep 17 00:00:00 2001 From: Tim Hockin Date: Sat, 19 Nov 2022 16:32:41 -0800 Subject: [PATCH] Updated gofmt style --- cmd/git-sync/main.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/cmd/git-sync/main.go b/cmd/git-sync/main.go index dfb540a..679719a 100644 --- a/cmd/git-sync/main.go +++ b/cmd/git-sync/main.go @@ -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")