Skip to content

Commit 1817888

Browse files
committed
Move PathProcessors to the correct namespace
1 parent 4b627ce commit 1817888

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SabreTools.Serialization/PathProcessor.cs renamed to SabreTools.Serialization/Deserializers/PathProcessor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
using System.IO;
33
using System.IO.Compression;
44

5-
namespace SabreTools.Serialization
5+
namespace SabreTools.Serialization.Deserializers
66
{
77
internal class PathProcessor
88
{

0 commit comments

Comments
 (0)