Fix namespace that slipped by

This commit is contained in:
Matt Nadareski
2026-04-20 11:09:29 -04:00
parent ea4e86b9ad
commit 574eebb231
2 changed files with 1 additions and 2 deletions

View File

@@ -1,5 +1,4 @@
using System;
using SabreTools.Core.Tools;
using Xunit;
namespace SabreTools.IO.Extensions.Test

View File

@@ -1,6 +1,6 @@
using System;
namespace SabreTools.Core.Tools
namespace SabreTools.IO.Extensions
{
public static class DateTimeExtensions
{