diff --git a/csharp/extractor/Semmle.Extraction.CSharp.DependencyFetching/NugetPackageRestorer.cs b/csharp/extractor/Semmle.Extraction.CSharp.DependencyFetching/NugetPackageRestorer.cs index 6cc74349cb9..e042285af11 100644 --- a/csharp/extractor/Semmle.Extraction.CSharp.DependencyFetching/NugetPackageRestorer.cs +++ b/csharp/extractor/Semmle.Extraction.CSharp.DependencyFetching/NugetPackageRestorer.cs @@ -367,8 +367,8 @@ namespace Semmle.Extraction.CSharp.DependencyFetching /// /// Constructs the list of NuGet sources to use for this restore. - // (1) Use the feeds we get from `dotnet nuget list source` - // (2) Use private registries, if they are configured + /// (1) Use the feeds we get from `dotnet nuget list source` + /// (2) Use private registries, if they are configured /// /// Path to project/solution /// The set of reachable NuGet feeds.