Code formatting and usings cleanup

This commit is contained in:
Matt Nadareski
2024-07-17 15:46:42 -04:00
parent 5c179bbf8b
commit 8344e9ae9b
63 changed files with 49 additions and 104 deletions

View File

@@ -1429,6 +1429,6 @@ namespace SabreTools.DatFiles
}
}
#endregion
#endregion
}
}

View File

@@ -57,7 +57,7 @@ namespace SabreTools.DatFiles
/// Number of items with the remove flag
/// </summary>
public long RemovedCount { get; private set; } = 0;
/// <summary>
/// Name to display on output
/// </summary>

View File

@@ -7,7 +7,6 @@ using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text.RegularExpressions;
#if NET40_OR_GREATER || NETCOREAPP
using System.Threading.Tasks;
#endif

View File

@@ -1,6 +1,5 @@
using System.Collections.Generic;
using System.Linq;
using SabreTools.Core;
using SabreTools.Core.Filter;
using SabreTools.Core.Tools;
using SabreTools.DatItems;