mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-09 12:07:47 +00:00
Fix another space vs tab formatting error.
This commit is contained in:
parent
7221fe6dd4
commit
f0920670fa
@ -307,7 +307,7 @@ func CreateGCECloud(config *CloudConfig) (*GCECloud, error) {
|
||||
// See http://semver.org/.
|
||||
version := strings.TrimLeft(strings.Split(strings.Split(version.Get().GitVersion, "-")[0], "+")[0], "v")
|
||||
|
||||
// Create a user-agent header append string to supply to the Google API clients, to identify Kubernetes as the origin of the GCP API calls.
|
||||
// Create a user-agent header append string to supply to the Google API clients, to identify Kubernetes as the origin of the GCP API calls.
|
||||
userAgent := fmt.Sprintf("(%s %s) Kubernetes/%s", runtime.GOOS, runtime.GOARCH, version)
|
||||
|
||||
client, err := newOauthClient(config.TokenSource)
|
||||
|
Loading…
Reference in New Issue
Block a user