From 2e501319fd15d6d1723fa4eec08f9bb497e904a6 Mon Sep 17 00:00:00 2001 From: Mo Omer Date: Thu, 16 May 2024 13:08:15 -0500 Subject: [PATCH] Lint updated files --- bonsai/release.go | 2 +- bonsai/space.go | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bonsai/release.go b/bonsai/release.go index f7c226d..b344f61 100644 --- a/bonsai/release.go +++ b/bonsai/release.go @@ -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"` diff --git a/bonsai/space.go b/bonsai/space.go index 4960e9d..f0e0875 100644 --- a/bonsai/space.go +++ b/bonsai/space.go @@ -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"`