1
0
mirror of https://github.com/bitwarden/server synced 2026-02-20 03:13:35 +00:00

dotnet format

This commit is contained in:
Thomas Rittson
2026-01-01 15:23:15 +10:00
parent 897719e695
commit 38bab4448f
2 changed files with 2 additions and 6 deletions

View File

@@ -1,5 +1,4 @@
using System.Data.Common;
using AutoMapper;
using AutoMapper;
using Bit.Core.AdminConsole.Collections;
using Bit.Core.AdminConsole.OrganizationFeatures.Collections;
using Bit.Core.Enums;

View File

@@ -1,7 +1,4 @@
using System.Data.Common;
using Microsoft.EntityFrameworkCore;
namespace Bit.Infrastructure.EntityFramework.Repositories;
namespace Bit.Infrastructure.EntityFramework.Repositories;
#nullable enable