From fd489c5b469113f7c24f1aa602547b63e26f7e1a Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Mon, 28 Jul 2025 15:24:06 -0400 Subject: [PATCH] Fix incorrect spacing --- BinaryObjectScanner/FileType/MicrosoftCAB.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/BinaryObjectScanner/FileType/MicrosoftCAB.cs b/BinaryObjectScanner/FileType/MicrosoftCAB.cs index 22e3bbfa..ef41dcf1 100644 --- a/BinaryObjectScanner/FileType/MicrosoftCAB.cs +++ b/BinaryObjectScanner/FileType/MicrosoftCAB.cs @@ -2,7 +2,6 @@ using System.IO; using BinaryObjectScanner.Interfaces; using SabreTools.IO.Extensions; - #if (NET40_OR_GREATER || NETCOREAPP) && WINX86 using LibMSPackN; #else