config: tidy existing files with goimports

These files had too little whitespace in some cases and too much
whitespace in others.  Tidy them with goimports to ensure that
developers can build without having modified files.
This commit is contained in:
brian m. carlson 2019-09-11 14:37:13 +00:00
parent 47fe8875ee
commit 3654e68f63
No known key found for this signature in database
GPG Key ID: 2D0C9BC12F82B3A1
2 changed files with 7 additions and 7 deletions

@ -85,7 +85,7 @@ func readGitConfig(configs ...*git.ConfigurationSource) (gf *GitFetcher, extensi
}
allowed = true
remote := strings.Join(parts[1:len(parts)-1],".")
remote := strings.Join(parts[1:len(parts)-1], ".")
uniqRemotes[remote] = remote == "origin"
} else if len(parts) > 2 && parts[len(parts)-1] == "access" {
allowed = true