Skip to content

Commit f013eb3

Browse files
califlowerdaveshanley
authored andcommitted
Remove extra comment
1 parent 7b6593a commit f013eb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bundler/composer_functions.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ func renameRef(idx *index.SpecIndex, def string, processedNodes *orderedmap.Map[
160160
if len(defSplit) != 2 {
161161
return def
162162
}
163-
ptr := defSplit[1] // e.g. components/schemas/Foo
163+
ptr := defSplit[1]
164164
segs := strings.Split(ptr, "/")
165165
if len(segs) < 2 {
166166
return def

0 commit comments

Comments
 (0)