Skip to content

Commit

Permalink
chore: Reordered usings
Browse files Browse the repository at this point in the history
  • Loading branch information
samtrion committed Nov 17, 2023
1 parent ce5f7f0 commit b078adf
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tests/NetEvolve.Arguments.Tests.Unit/ArgumentTests.cs
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
namespace NetEvolve.Arguments.Tests.Unit;

Check failure on line 1 in tests/NetEvolve.Arguments.Tests.Unit/ArgumentTests.cs

View workflow job for this annotation

GitHub Actions / Build & Tests / Format / Validate Code Formatting

Fix imports ordering.

using NetEvolve.Extensions.XUnit;
using System.Diagnostics.CodeAnalysis;
using NetEvolve.Extensions.XUnit;

[ExcludeFromCodeCoverage]
[UnitTest]
public sealed partial class ArgumentTests
{
}
public sealed partial class ArgumentTests { }

0 comments on commit b078adf

Please sign in to comment.