1
0
mirror of https://github.com/bitwarden/server.git synced 2024-11-21 12:05:42 +01:00

whitespace lint fix

This commit is contained in:
AJ 2024-11-15 10:42:28 -05:00
parent 47a2d259c7
commit 2bb1884886

View File

@ -30,4 +30,3 @@ public class OrganizationSubscriptionDetailsResponseModel : IValidatableObject
public int? ServiceAccounts { get; set; }
public int? MaxAutoScaleServiceAccounts { get; set; }
}