1
0
mirror of https://github.com/bitwarden/server.git synced 2024-11-22 12:15:36 +01:00

dotnet format

This commit is contained in:
Conner Turnbull 2024-11-08 09:23:55 -05:00
parent 9fc82a834a
commit 9790d2cef0
No known key found for this signature in database
GPG Key ID: D42CA06D8EB866CC
2 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,4 @@
namespace Bit.Core.Billing.Licenses;
namespace Bit.Core.Billing.Licenses;
public static class OrganizationLicenseConstants
{

View File

@ -4,7 +4,6 @@ using System.Security.Cryptography.X509Certificates;
using System.Text;
using System.Text.Json;
using Bit.Core.AdminConsole.Entities;
using Bit.Core.Billing.Licenses.Extensions;
using Bit.Core.Billing.Licenses.Models;
using Bit.Core.Billing.Licenses.Services;
using Bit.Core.Entities;