Skip to content

Commit

Permalink
fix: fix .net format issue
Browse files Browse the repository at this point in the history
  • Loading branch information
meysamhadeli committed Dec 18, 2024
1 parent 671816c commit e871a37
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/BuildingBlocks/EFCore/EfTxBehavior.cs
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
using System.Text.Json;
using BuildingBlocks.Core;
using MediatR;
using Microsoft.Extensions.Logging;
using System.Transactions;
using BuildingBlocks.Core;
using BuildingBlocks.PersistMessageProcessor;
using BuildingBlocks.Polly;
using MediatR;
using Microsoft.Extensions.Logging;

namespace BuildingBlocks.EFCore;

Expand Down

0 comments on commit e871a37

Please sign in to comment.