From 744d44ccef5d75fef1997660ff27b0c61041741f Mon Sep 17 00:00:00 2001 From: AJ Date: Fri, 15 Nov 2024 10:46:24 -0500 Subject: [PATCH] successful local format --- ...izationSubscriptionDetailsResponseModel.cs | 28 +++++++++---------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/Api/Billing/Public/Models/Response/OrganizationSubscriptionDetailsResponseModel.cs b/src/Api/Billing/Public/Models/Response/OrganizationSubscriptionDetailsResponseModel.cs index 1b1fab6d3..09aa7decc 100644 --- a/src/Api/Billing/Public/Models/Response/OrganizationSubscriptionDetailsResponseModel.cs +++ b/src/Api/Billing/Public/Models/Response/OrganizationSubscriptionDetailsResponseModel.cs @@ -14,19 +14,19 @@ public class OrganizationSubscriptionDetailsResponseModel : IValidatableObject } yield return ValidationResult.Success; - } - } - public class PasswordManagerSubscriptionDetails - { - public int? Seats { get; set; } - public int? MaxAutoScaleSeats { get; set; } - public short? Storage { get; set; } } +} +public class PasswordManagerSubscriptionDetails +{ + public int? Seats { get; set; } + public int? MaxAutoScaleSeats { get; set; } + public short? Storage { get; set; } +} - public class SecretsManagerSubscriptionDetails - { - public int? Seats { get; set; } - public int? MaxAutoScaleSeats { get; set; } - public int? ServiceAccounts { get; set; } - public int? MaxAutoScaleServiceAccounts { get; set; } - } +public class SecretsManagerSubscriptionDetails +{ + public int? Seats { get; set; } + public int? MaxAutoScaleSeats { get; set; } + public int? ServiceAccounts { get; set; } + public int? MaxAutoScaleServiceAccounts { get; set; } +}