From f5cfd535dd45e3869592ad4315f55f9cc404b633 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Petrov?= Date: Tue, 12 Sep 2023 16:34:13 +0200 Subject: [PATCH] forgotten revert bit --- internal/dinosaur/pkg/services/quota/ams_quota_service.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/internal/dinosaur/pkg/services/quota/ams_quota_service.go b/internal/dinosaur/pkg/services/quota/ams_quota_service.go index ff29d4b284..175e28ae29 100644 --- a/internal/dinosaur/pkg/services/quota/ams_quota_service.go +++ b/internal/dinosaur/pkg/services/quota/ams_quota_service.go @@ -31,9 +31,9 @@ func newBaseQuotaReservedResourceResourceBuilder() amsv1.ReservedResourceBuilder } var supportedAMSBillingModels = map[string]struct{}{ - string(amsv1.BillingModelMarketplace): struct{}{}, - string(amsv1.BillingModelStandard): struct{}{}, - string(amsv1.BillingModelMarketplaceAWS): struct{}{}, + string(amsv1.BillingModelMarketplace): {}, + string(amsv1.BillingModelStandard): {}, + string(amsv1.BillingModelMarketplaceAWS): {}, } // CheckIfQuotaIsDefinedForInstanceType ...