Formatting faux pas

This commit is contained in:
Matt Nadareski
2025-09-20 16:01:58 -04:00
parent cbcc11547c
commit 303fa314e6

View File

@@ -273,7 +273,7 @@ namespace BinaryObjectScanner
}
// Initialize the protections found
var protections = new ProtectionDictionary();
var protections = new ProtectionDictionary();
// Get the extension for certain checks
string extension = Path.GetExtension(fileName).ToLower().TrimStart('.');