Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Sep 20, 2023
1 parent 213ca5c commit a894f29
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
3 changes: 2 additions & 1 deletion src/EmptyFiles/AllFiles.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System.Diagnostics.CodeAnalysis;
// ReSharper disable UnusedMember.Global

namespace EmptyFiles;

Expand Down Expand Up @@ -78,6 +78,7 @@ internal static string FindEmptyFilesDirectory()
* {codebaseEmptyFiles}
""");
yield return Environment.CurrentDirectory;
}

static ConcurrentDictionary<string, EmptyFile> FindDictionaryForCategory(Category category) =>
Expand Down
4 changes: 1 addition & 3 deletions src/EmptyFiles/ContentTypes.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
using System.Diagnostics.CodeAnalysis;

namespace EmptyFiles;
namespace EmptyFiles;

public static class ContentTypes
{
Expand Down
4 changes: 1 addition & 3 deletions src/EmptyFiles/FileExtensions.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
using System.Diagnostics.CodeAnalysis;

namespace EmptyFiles;
namespace EmptyFiles;

public static class FileExtensions
{
Expand Down
3 changes: 3 additions & 0 deletions src/EmptyFiles/GlobalUsings.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
// Global using directives

global using System.Diagnostics.CodeAnalysis;

0 comments on commit a894f29

Please sign in to comment.