Skip to content

Commit

Permalink
Fixed location of the classes
Browse files Browse the repository at this point in the history
  • Loading branch information
sakno committed Jan 20, 2025
1 parent 07bcf1f commit d1c508f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using System.Text.Encodings.Web;

namespace DotNext.IO;
namespace DotNext.Text.Encodings.Web;

public sealed class FileUriTests : Test
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
using System.Runtime.CompilerServices;
using System.Text.Encodings.Web;

namespace DotNext.IO;
namespace DotNext.Text.Encodings.Web;

using Buffers;

Expand Down

0 comments on commit d1c508f

Please sign in to comment.