Skip to content

Commit

Permalink
Fix whitespace formatting in test
Browse files Browse the repository at this point in the history
  • Loading branch information
ToddGrun committed Jul 29, 2024
1 parent c620a80 commit f129eeb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ public void IsLockFileStillValid_NoChangeInCentralTransitivePackageVersions_Does

var centralPackageVersions = TargetFrameworkInformation.CreateCentralPackageVersions([
new KeyValuePair<string, CentralPackageVersion>("cpvm1", cpvm1),
new KeyValuePair<string, CentralPackageVersion>("cpvm2", cpvm2)
new KeyValuePair<string, CentralPackageVersion>("cpvm2", cpvm2)
]);
var dependencies = LibraryDependency.ApplyCentralVersionInformation([dependency1], centralPackageVersions);

Expand Down

0 comments on commit f129eeb

Please sign in to comment.