Skip to content

Commit 92c637d

Browse files
authored
Merge pull request #186 from filzrev/chore-apply-dotnet-format
chore: Apply dotnet format command
2 parents ac0c49f + dee656d commit 92c637d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+129
-129
lines changed

sandbox/CliFrameworkBenchmark/Commands/CliFxCommand.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using CliFx.Attributes;
1+
using CliFx.Attributes;
22
using CliFx.Infrastructure;
33

44
namespace Cocona.Benchmark.External.Commands;

sandbox/CliFrameworkBenchmark/Commands/CliprCommand.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using clipr;
1+
using clipr;
22

33
namespace Cocona.Benchmark.External.Commands;
44

sandbox/CliFrameworkBenchmark/Commands/CoconaCommand.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
namespace Cocona.Benchmark.External.Commands;
1+
namespace Cocona.Benchmark.External.Commands;
22

33
public class CoconaCommand
44
{

sandbox/CliFrameworkBenchmark/Commands/CommandLineParserCommand.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
namespace Cocona.Benchmark.External.Commands;
1+
namespace Cocona.Benchmark.External.Commands;
22

33
public class CommandLineParserCommand
44
{

sandbox/CliFrameworkBenchmark/Commands/ConsoleAppFrameworkCommand.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//using ConsoleAppFramework;
1+
//using ConsoleAppFramework;
22

33
//namespace Cocona.Benchmark.External.Commands;
44

sandbox/CliFrameworkBenchmark/Commands/McMasterCommand.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
namespace Cocona.Benchmark.External.Commands;
1+
namespace Cocona.Benchmark.External.Commands;
22

33
public class McMasterCommand
44
{

sandbox/CliFrameworkBenchmark/Commands/PowerArgsCommand.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using PowerArgs;
1+
using PowerArgs;
22

33
namespace Cocona.Benchmark.External.Commands;
44

sandbox/CliFrameworkBenchmark/Commands/SpectreConsoleCliCommand.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using Spectre.Console.Cli;
1+
using Spectre.Console.Cli;
22
using System.ComponentModel;
33

44
namespace Cocona.Benchmark.External.Commands;

sandbox/CliFrameworkBenchmark/Commands/SystemCommandLineCommand.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System.CommandLine;
1+
using System.CommandLine;
22
using System.CommandLine.NamingConventionBinder;
33

44
namespace Cocona.Benchmark.External.Commands;

sandbox/FilterShareProject/Class1.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using ConsoleAppFramework;
1+
using ConsoleAppFramework;
22

33
namespace FilterShareProject;
44

0 commit comments

Comments
 (0)