mirror of
https://github.com/SabreTools/SabreTools.IO.git
synced 2026-09-22 06:36:01 +00:00
Fix namespace that slipped by
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
using System;
|
||||
using SabreTools.Core.Tools;
|
||||
using Xunit;
|
||||
|
||||
namespace SabreTools.IO.Extensions.Test
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
using System;
|
||||
|
||||
namespace SabreTools.Core.Tools
|
||||
namespace SabreTools.IO.Extensions
|
||||
{
|
||||
public static class DateTimeExtensions
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user