Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
simonsanchez committed Apr 21, 2023
1 parent 263dd32 commit 8f87a58
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion src/ActionsImporter/Commands/Bamboo/Audit.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System.Collections.Immutable;
using System.Collections.Immutable;
using System.CommandLine;

namespace ActionsImporter.Commands.Bamboo;
Expand Down
2 changes: 1 addition & 1 deletion src/ActionsImporter/Commands/Bamboo/BuildPlan/DryRun.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System.Collections.Immutable;
using System.Collections.Immutable;
using System.CommandLine;

namespace ActionsImporter.Commands.Bamboo.BuildPlan;
Expand Down
2 changes: 1 addition & 1 deletion src/ActionsImporter/Commands/Bamboo/BuildPlan/Migrate.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System.Collections.Immutable;
using System.Collections.Immutable;
using System.CommandLine;

namespace ActionsImporter.Commands.Bamboo.BuildPlan;
Expand Down
2 changes: 1 addition & 1 deletion src/ActionsImporter/Commands/Bamboo/Common.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System.CommandLine;
using System.CommandLine;

namespace ActionsImporter.Commands.Bamboo;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System.Collections.Immutable;
using System.Collections.Immutable;
using System.CommandLine;

namespace ActionsImporter.Commands.Bamboo.DeploymentPlan;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System.Collections.Immutable;
using System.Collections.Immutable;
using System.CommandLine;

namespace ActionsImporter.Commands.Bamboo.DeploymentPlan;
Expand Down
2 changes: 1 addition & 1 deletion src/ActionsImporter/Commands/Bamboo/DryRun.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System.CommandLine;
using System.CommandLine;

namespace ActionsImporter.Commands.Bamboo;

Expand Down
2 changes: 1 addition & 1 deletion src/ActionsImporter/Commands/Bamboo/Migrate.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System.CommandLine;
using System.CommandLine;

namespace ActionsImporter.Commands.Bamboo;

Expand Down

0 comments on commit 8f87a58

Please sign in to comment.