Skip to content

Commit

Permalink
(maint) Remove unnecessary whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
gep13 committed Apr 25, 2024
1 parent e4727bf commit 97b3a6f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/chocolatey/infrastructure.app/services/NugetService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1279,7 +1279,6 @@ public virtual ConcurrentDictionary<string, PackageResult> Upgrade(ChocolateyCon

NugetCommon.GetPackageDependencies(availablePackage.Identity, NuGetFramework.AnyFramework, sourceCacheContext, _nugetLogger, remoteEndpoints, sourcePackageDependencyInfos, sourceDependencyCache, config).GetAwaiter().GetResult();


packagesToUninstall.Add(installedPackage);

if (config.ForceDependencies && installedPackage != null)
Expand All @@ -1292,7 +1291,6 @@ public virtual ConcurrentDictionary<string, PackageResult> Upgrade(ChocolateyCon
}
}


packagesToInstall.Add(availablePackage);

var localPackagesDependencyInfos = allLocalPackages
Expand Down

0 comments on commit 97b3a6f

Please sign in to comment.