Keep comments consistency

This commit is contained in:
Matt Nadareski
2025-02-19 15:01:06 -05:00
parent afeee923d7
commit c171a10ce1

View File

@@ -108,6 +108,7 @@ namespace SabreTools.DatTools
long totalCount = 1; long totalCount = 1;
_staticLogger.User(totalCount, 0); _staticLogger.User(totalCount, 0);
// Process the input file
string? parentPath = Path.GetDirectoryName(Path.GetDirectoryName(basePath)); string? parentPath = Path.GetDirectoryName(Path.GetDirectoryName(basePath));
CheckFileForHashes(datFile, basePath, parentPath, asFile); CheckFileForHashes(datFile, basePath, parentPath, asFile);