From 507a9f75597d7618d6e3742e40a3d76f3bb91c66 Mon Sep 17 00:00:00 2001 From: Jeff Kluge Date: Tue, 19 Sep 2023 14:35:18 -0700 Subject: [PATCH] Fix whitespace --- src/NuGet.Core/NuGet.Build.Tasks.Console/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/NuGet.Core/NuGet.Build.Tasks.Console/Program.cs b/src/NuGet.Core/NuGet.Build.Tasks.Console/Program.cs index bce7cb605dd..c1eafe00eba 100644 --- a/src/NuGet.Core/NuGet.Build.Tasks.Console/Program.cs +++ b/src/NuGet.Core/NuGet.Build.Tasks.Console/Program.cs @@ -240,7 +240,7 @@ private static bool LogError(TextWriter errorWriter, string format, params objec internal static bool TryDeserializeGlobalProperties(TextWriter errorWriter, BinaryReader reader, out Dictionary globalProperties) { globalProperties = null; - + int count = 0; try