Skip to content

Commit

Permalink
Fixed rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
Fernando Aguilar committed Sep 20, 2022
1 parent 2c08a10 commit a65d97d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/NuGet.Clients/NuGet.CommandLine/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,6 @@ private Assembly CurrentDomain_AssemblyResolve(object sender, ResolveEventArgs a
AssemblyName name = new AssemblyName(args.Name);
Assembly customLoadedAssembly = null;

Assembly customLoadedAssembly = null;
if (string.Equals(name.Name, ThisExecutableName, StringComparison.OrdinalIgnoreCase))
{
customLoadedAssembly = NuGetExeAssembly;
Expand Down

0 comments on commit a65d97d

Please sign in to comment.