mirror of
https://github.com/LukeHagar/libopenapi.git
synced 2025-12-09 12:37:49 +00:00
chore: increase coverage
This commit is contained in:
committed by
quobix
parent
c46147cd47
commit
888f88c3ba
@@ -92,7 +92,6 @@ func (o *Map[K, V]) FromOldest() iter.Seq2[K, V] {
|
||||
|
||||
// FromNewest returns an iterator that yields the newest key-value pair in the map.
|
||||
func (o *Map[K, V]) FromNewest() iter.Seq2[K, V] {
|
||||
o.OrderedMap.FromNewest()
|
||||
return func(yield func(K, V) bool) {
|
||||
if o == nil {
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user