Skip to content

Commit

Permalink
Run dotnet format
Browse files Browse the repository at this point in the history
  • Loading branch information
wjrogers committed Jan 19, 2024
1 parent 4b3eb85 commit 27204e6
Show file tree
Hide file tree
Showing 11 changed files with 0 additions and 25 deletions.
3 changes: 0 additions & 3 deletions XO.Console.Cli.Tests/CommandAppTest.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
using System;
using System.Collections.Generic;
using System.Threading.Tasks;
using XO.Console.Cli.Commands;
using XO.Console.Cli.Tests.Fixtures;
using Xunit;
Expand Down
1 change: 0 additions & 1 deletion XO.Console.Cli.Tests/CommandContextTest.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
using System.Threading.Tasks;
using XO.Console.Cli.Commands;
using XO.Console.Cli.Features;
using Xunit;
Expand Down
1 change: 0 additions & 1 deletion XO.Console.Cli.Tests/CommandOptionTest.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
using System;
using Xunit;

namespace XO.Console.Cli.Tests;
Expand Down
4 changes: 0 additions & 4 deletions XO.Console.Cli.Tests/CommandParametersBinderTest.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
using System;
using System.IO;
using System.Linq;
using System.Threading;
using XO.Console.Cli.Commands;
using Xunit;

Expand Down
2 changes: 0 additions & 2 deletions XO.Console.Cli.Tests/CommandParametersInspectorTest.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
using System;
using System.Collections.Generic;
using Xunit;

namespace XO.Console.Cli.Tests;
Expand Down
1 change: 0 additions & 1 deletion XO.Console.Cli.Tests/Commands/HelpCommandTest.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
using System.Threading.Tasks;
using XO.Console.Cli.Tests.Fixtures;
using Xunit;

Expand Down
3 changes: 0 additions & 3 deletions XO.Console.Cli.Tests/Fixtures/TestCommands.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
using System.Threading;
using System.Threading.Tasks;

namespace XO.Console.Cli.Tests.Fixtures;

public static class TestCommands
Expand Down
4 changes: 0 additions & 4 deletions XO.Console.Cli.Tests/Infrastructure/CommandAppTestBase.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
using System;
using System.Threading;
using System.Threading.Tasks;

namespace XO.Console.Cli;

public abstract class CommandAppTestBase : IDisposable
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
using System;
using System.Collections.Immutable;

namespace XO.Console.Cli;
Expand Down
2 changes: 0 additions & 2 deletions XO.Console.Cli.Tests/Infrastructure/TestConsole.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
using System;
using System.IO;
using System.Text;

namespace XO.Console.Cli;
Expand Down
3 changes: 0 additions & 3 deletions XO.Console.Cli.Tests/ServiceProviderTypeResolverTest.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
using System;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Hosting;
using Xunit;
Expand Down

0 comments on commit 27204e6

Please sign in to comment.