Minor: restore generated line break so that file do not get dirty on every regeneration
This commit is contained in:
committed by
Andrey Breslav
parent
629ca66d93
commit
df310ac362
@@ -84,6 +84,7 @@ public fun ShortArray.stream() : Stream<Short> {
|
||||
*/
|
||||
public fun <T> Iterable<T>.stream() : Stream<T> {
|
||||
return object : Stream<T> { override fun iterator() : Iterator<T> { return this@stream.iterator() } }
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user