Go back to var in minor place

This commit is contained in:
Matt Nadareski
2025-02-12 12:05:39 -05:00
parent 1aeca68102
commit f9dd946f0b

View File

@@ -60,7 +60,7 @@ namespace SabreTools.DatFiles
datFile.Header.SetFieldValue<DatFormat>(DatHeader.DatFormatKey, datFormat); datFile.Header.SetFieldValue<DatFormat>(DatHeader.DatFormatKey, datFormat);
datFile.Items.SetBucketedBy(ItemKey.CRC); // Setting this because it can reduce issues later datFile.Items.SetBucketedBy(ItemKey.CRC); // Setting this because it can reduce issues later
InternalStopwatch watch = new($"Parsing '{filename}' into internal DAT"); var watch = new InternalStopwatch($"Parsing '{filename}' into internal DAT");
// Now parse the correct type of DAT // Now parse the correct type of DAT
try try