From 303fa314e6401a53c97438aa9a803da39d21893f Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Sat, 20 Sep 2025 16:01:58 -0400 Subject: [PATCH] Formatting faux pas --- BinaryObjectScanner/Scanner.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BinaryObjectScanner/Scanner.cs b/BinaryObjectScanner/Scanner.cs index d8d68ddc..176b69bd 100644 --- a/BinaryObjectScanner/Scanner.cs +++ b/BinaryObjectScanner/Scanner.cs @@ -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('.');