Skip to content

Commit e29770c

Browse files
committed
C#: Fix missing slash in comments.
1 parent 67aa342 commit e29770c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

csharp/extractor/Semmle.Extraction.CSharp.DependencyFetching/NugetPackageRestorer.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -367,8 +367,8 @@ private string FeedsToRestoreArgument(IEnumerable<string> feeds)
367367

368368
/// <summary>
369369
/// Constructs the list of NuGet sources to use for this restore.
370-
// (1) Use the feeds we get from `dotnet nuget list source`
371-
// (2) Use private registries, if they are configured
370+
/// (1) Use the feeds we get from `dotnet nuget list source`
371+
/// (2) Use private registries, if they are configured
372372
/// </summary>
373373
/// <param name="path">Path to project/solution</param>
374374
/// <param name="reachableFeeds">The set of reachable NuGet feeds.</param>

0 commit comments

Comments
 (0)