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)