Skip to content

Commit

Permalink
Fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffkl committed Sep 19, 2023
1 parent 44c5cc3 commit 507a9f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NuGet.Core/NuGet.Build.Tasks.Console/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ private static bool LogError(TextWriter errorWriter, string format, params objec
internal static bool TryDeserializeGlobalProperties(TextWriter errorWriter, BinaryReader reader, out Dictionary<string, string> globalProperties)
{
globalProperties = null;

int count = 0;

try
Expand Down

0 comments on commit 507a9f7

Please sign in to comment.