From 4172c85f6765aced2483ba6342df3b82ccc1b666 Mon Sep 17 00:00:00 2001 From: Matt Thalman Date: Tue, 7 Jan 2025 13:39:07 -0600 Subject: [PATCH] Fix formatting in GraphOperations --- .../NuGet.DependencyResolver.Core/GraphModel/GraphOperations.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/NuGet.Core/NuGet.DependencyResolver.Core/GraphModel/GraphOperations.cs b/src/NuGet.Core/NuGet.DependencyResolver.Core/GraphModel/GraphOperations.cs index cd5341edb61..57f73ae6cc2 100644 --- a/src/NuGet.Core/NuGet.DependencyResolver.Core/GraphModel/GraphOperations.cs +++ b/src/NuGet.Core/NuGet.DependencyResolver.Core/GraphModel/GraphOperations.cs @@ -872,7 +872,7 @@ private static void DetectAndMarkAmbiguousCentralTransitiveDependencies(T // Some node were marked ambiguous, thus we need another run to check if nodes previously not marked ambiguous should be marked ambiguous this time. if (!nodeMarkedAmbiguous) break; - }; + } } private static void RejectCentralTransitiveBecauseOfRejectedParents(this GraphNode root, Tracker tracker, List> centralTransitiveNodes)