Skip to content

Commit

Permalink
refs and cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Apr 2, 2024
1 parent be728e6 commit ead0573
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 12 deletions.
4 changes: 1 addition & 3 deletions src/ApprovalTests.MSTest/GlobalUsings.cs
@@ -1,6 +1,4 @@
// Global using directives

global using System.Runtime.CompilerServices;
global using System.Runtime.CompilerServices;
global using ApprovalTests;
global using ApprovalTests.Namers;
global using ApprovalTests.Namers.StackTraceParsers;
Expand Down
4 changes: 1 addition & 3 deletions src/ApprovalTests.Tests/GlobalUsings.cs
@@ -1,6 +1,4 @@
// Global using directives

global using ApprovalTests;
global using ApprovalTests;
global using ApprovalTests.Email;
global using ApprovalTests.Namers;
global using ApprovalTests.Reporters;
Expand Down
4 changes: 1 addition & 3 deletions src/ApprovalTests.Xunit2/GlobalUsings.cs
@@ -1,6 +1,4 @@
// Global using directives

global using System.Runtime.CompilerServices;
global using System.Runtime.CompilerServices;
global using ApprovalTests;
global using ApprovalTests.Namers;
global using ApprovalTests.Namers.StackTraceParsers;
Expand Down
4 changes: 1 addition & 3 deletions src/ApprovalUtilities.Tests/GlobalUsings.cs
@@ -1,5 +1,3 @@
// Global using directives

global using ApprovalTests;
global using ApprovalTests;
global using ApprovalUtilities.Utilities;
global using Xunit;

0 comments on commit ead0573

Please sign in to comment.