Skip to content

Commit

Permalink
Fixing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
rsevilla87 authored Feb 22, 2024
1 parent ef197cd commit ce0b247
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ocp-metadata/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ type versionObj struct {
ocpMajorVersion string
k8sVersion string
}

d

Check failure on line 60 in ocp-metadata/types.go

View workflow job for this annotation

GitHub Actions / build

syntax error: non-declaration statement outside function body (typecheck)

Check failure on line 60 in ocp-metadata/types.go

View workflow job for this annotation

GitHub Actions / build

expected declaration, found d (typecheck)
// Type to store cluster info
type clusterVersion struct {
Status struct {
Expand Down Expand Up @@ -87,7 +87,7 @@ type ClusterMetadata struct {
SDNType string `json:"sdnType,omitempty"`
ClusterName string `json:"clusterName,omitempty"`
Region string `json:"region,omitempty"`
Fips bool `json:"fips,omitempty"`
Fips bool `json:"fips,omitempty"`
Publish string `json:"publish,omitempty"`
WorkerArch string `json:"workerArch,omitempty"`
ControlPlaneArch string `json:"controlPlaneArch,omitempty"`
Expand Down

0 comments on commit ce0b247

Please sign in to comment.