Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Apr 25, 2024
1 parent 45ce753 commit be346e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 2 additions & 1 deletion src/Tests/GlobalUsings.cs
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
global using NUnit.Framework;
global using System;
global using System;
global using System.Diagnostics.CodeAnalysis;
4 changes: 1 addition & 3 deletions src/Tests/SanityChecks.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
using System.Diagnostics.CodeAnalysis;

[TestFixture]
[TestFixture]
public class SanityChecks
{
[Test]
Expand Down

0 comments on commit be346e7

Please sign in to comment.