Skip to content

Commit

Permalink
Refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
si618 committed Mar 21, 2024
1 parent 68a3cbb commit b34a775
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Benchmarks.App/GlobalUsings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
global using Benchmarks.App.Commands;
global using Benchmarks.App.Menus;
global using Benchmarks.App.Menus.Selections;
global using Benchmarks.Core;
global using Benchmarks.Core.Benchmarking;
global using Benchmarks.Core.Extensions;
global using DotNet.Testcontainers.Builders;
global using Lolcat;
global using Spectre.Console;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace Benchmarks.Core;
namespace Benchmarks.Core.Extensions;

public static class StringExtensions
{
Expand Down

0 comments on commit b34a775

Please sign in to comment.