Skip to content

Do not yield an empty relation from Keyset::Iterator

What does this MR do and why?

The Gitlab::Pagination::Keyset::Iterator utility class currently yields an empty relation for the last loop. This MR fixes that.

Merge request reports