Skip to content

Commit

Permalink
Addressing warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
Psichorex committed Feb 1, 2024
1 parent f0149a6 commit cf46617
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Lombiq.VueJs.Tests.UI/Assets/Media/DirectoryPlaceholder.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
namespace Lombiq.VueJs.Tests.UI.Assets.Media;

// This is a dummy class to easier access the requested resource.
#pragma warning disable S2094 // Classes should not be empty
internal sealed class DirectoryPlaceholder
#pragma warning restore S2094 // Classes should not be empty
{
}

0 comments on commit cf46617

Please sign in to comment.