Skip to content

Commit

Permalink
style: use PR patch to format
Browse files Browse the repository at this point in the history
  • Loading branch information
ereali-aneo committed Jul 16, 2024
1 parent f6c906a commit 8a2ca9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
11 changes: 2 additions & 9 deletions src/TaskReRunner/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,15 @@
// limitations under the License.

using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.CommandLine;
using System.IO;
using System.Text;
using System.CommandLine;
using System.Threading.Tasks;

using ArmoniK.Api.Common.Channel.Utils;
using ArmoniK.Api.Common.Options;
using ArmoniK.Api.gRPC.V1;
using ArmoniK.Api.gRPC.V1.Worker;
using ArmoniK.TaskReRunner.Storage;

using Microsoft.Extensions.Logging;
using Microsoft.Extensions.Logging.Abstractions;
Expand All @@ -34,11 +32,6 @@

using Serilog;

using System.Diagnostics;
using System.Diagnostics.CodeAnalysis;

using ArmoniK.TaskReRunner.Storage;

namespace ArmoniK.TaskReRunner;

internal static class Program
Expand Down
4 changes: 0 additions & 4 deletions src/TaskReRunner/Storage/DumpFormat.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.

using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

using ArmoniK.Api.gRPC.V1;

Expand Down

0 comments on commit 8a2ca9f

Please sign in to comment.