Skip to content

Commit 38bab44

Browse files
committed
dotnet format
1 parent 897719e commit 38bab44

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

src/Infrastructure.EntityFramework/Repositories/CollectionRepository.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
using System.Data.Common;
2-
using AutoMapper;
1+
using AutoMapper;
32
using Bit.Core.AdminConsole.Collections;
43
using Bit.Core.AdminConsole.OrganizationFeatures.Collections;
54
using Bit.Core.Enums;

src/Infrastructure.EntityFramework/Repositories/DatabaseExceptionHelpers.cs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
using System.Data.Common;
2-
using Microsoft.EntityFrameworkCore;
3-
4-
namespace Bit.Infrastructure.EntityFramework.Repositories;
1+
namespace Bit.Infrastructure.EntityFramework.Repositories;
52

63
#nullable enable
74

0 commit comments

Comments
 (0)