Skip to content

Commit

Permalink
Lint updated files
Browse files Browse the repository at this point in the history
  • Loading branch information
momer committed May 16, 2024
1 parent eae962d commit 2e50131
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bonsai/release.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ type Release struct {
// The version of the release.
Version string `json:"version,omitempty"`
// Whether the release is available on multitenant deployments.
MultiTenant *bool `json:"multitenant,omitempty"`
MultiTenant *bool `json:"multitenant,omitempty"`

// A URI to retrieve more information about this Release.
URI string `json:"uri,omitempty"`
Expand Down
4 changes: 2 additions & 2 deletions bonsai/space.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ type Space struct {
// Indicates whether the space is isolated and inaccessible from the
// public Internet. A VPC connection will be needed to communicate
// with a private cluster.
PrivateNetwork *bool `json:"private_network,omitempty"`
PrivateNetwork *bool `json:"private_network,omitempty"`
// Details about the cloud provider and region attributes.
Cloud *CloudProvider `json:"cloud,omitempty"`
Cloud *CloudProvider `json:"cloud,omitempty"`

// The geographic region in which the cluster is running.
Region string `json:"region,omitempty"`
Expand Down

0 comments on commit 2e50131

Please sign in to comment.