Skip to content

Commit 1c49855

Browse files
Apply suggestions from code review
Remove redundant comment.
1 parent 70f4c87 commit 1c49855

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Microsoft.OpenApi/Services/OpenApiWalker.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1357,7 +1357,6 @@ private bool ProcessAsReference(IOpenApiReferenceHolder referenceableHolder, boo
13571357
private void WalkTags<T>(ISet<T> tags, Action<OpenApiWalker, T> walk)
13581358
where T : IOpenApiTag
13591359
{
1360-
// Visit tags
13611360
if (tags is HashSet<T> { Count: 1 } hashSet && hashSet.First() is { } only)
13621361
{
13631362
WalkItem("0", only, walk);

0 commit comments

Comments
 (0)