Skip to content

Commit

Permalink
Fixed Detekt formatting issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-Draeger committed Nov 28, 2024
1 parent 3773d24 commit 6e9a7bc
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,10 @@ class OrderedStreamIterator<T>(private val results: ScrollableResultsImplementor
}

override fun remove() {
throw UnsupportedOperationException("this stream does not support the" +
" remove operation")
throw UnsupportedOperationException(
"this stream does not support the" +
" remove operation"
)
}

override fun hasNext(): Boolean {
Expand Down

0 comments on commit 6e9a7bc

Please sign in to comment.