mirror of
https://github.com/InsanusMokrassar/MicroUtils.git
synced 2025-09-12 20:03:08 +00:00
several warnings fixes
This commit is contained in:
@@ -27,4 +27,5 @@ inline fun <T> PaginationResult<T>.thisPageIfNotEmpty(): PaginationResult<T>? =
|
||||
null
|
||||
}
|
||||
|
||||
@Suppress("NOTHING_TO_INLINE")
|
||||
inline fun <T> PaginationResult<T>.currentPageIfNotEmpty() = thisPageIfNotEmpty()
|
||||
|
Reference in New Issue
Block a user