Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Apr 28, 2024
1 parent fc351a2 commit 8579ddf
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
1 change: 0 additions & 1 deletion src/Tests/BuildApiTest.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#if NET8_0 && DEBUG
using System.Diagnostics.CodeAnalysis;
using Mono.Cecil;

[TestFixture]
Expand Down
3 changes: 1 addition & 2 deletions src/Tests/Required.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System.Diagnostics.CodeAnalysis;
#region Required
#region Required
public class Person
{
public Person() { }
Expand Down
4 changes: 1 addition & 3 deletions src/Tests/SolutionDirectoryFinder.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
using System.Diagnostics.CodeAnalysis;

static class SolutionDirectoryFinder
static class SolutionDirectoryFinder
{
public static string Find([CallerFilePath] string sourceFile = "")
{
Expand Down

0 comments on commit 8579ddf

Please sign in to comment.