Skip to content
This repository was archived by the owner on May 9, 2022. It is now read-only.

Commit 21dce39

Browse files
committed
refactor code
1 parent 949cffb commit 21dce39

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

src/Servicecomb.Saga.Omega.Core/Diagnostics/DiagnosticListenerObserver.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
using System.Collections.Generic;
2121
using System.Diagnostics;
2222
using System.Linq;
23-
using System.Text;
2423
using Servicecomb.Saga.Omega.Abstractions.Diagnostics;
2524
using Servicecomb.Saga.Omega.Core.Utils;
2625

src/Servicecomb.Saga.Omega.Core/Transaction/Impl/CompensableInterceptor.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717

1818
using Servicecomb.Saga.Omega.Abstractions.Context;
1919
using Servicecomb.Saga.Omega.Abstractions.Transaction;
20-
using Servicecomb.Saga.Omega.Core.Context;
2120

2221
namespace Servicecomb.Saga.Omega.Core.Transaction.Impl
2322
{

src/Servicecomb.Saga.Omega.Core/Transaction/Impl/DefaultRecovery.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
using Servicecomb.Saga.Omega.Abstractions.Context;
1919
using Servicecomb.Saga.Omega.Abstractions.Logging;
2020
using Servicecomb.Saga.Omega.Abstractions.Transaction;
21-
using Servicecomb.Saga.Omega.Core.Context;
2221
using Servicecomb.Saga.Omega.Core.Transaction.Exception;
2322

2423
namespace Servicecomb.Saga.Omega.Core.Transaction.Impl

0 commit comments

Comments
 (0)