Skip to content

Commit

Permalink
Eliminated long lines
Browse files Browse the repository at this point in the history
  • Loading branch information
propensive committed Jan 23, 2025
1 parent 257ce33 commit 2a0a2bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/zeppelin.ZipStream.scala
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ class ZipStream(stream: () => LazyList[Bytes], filter: (Path on Zip) => Boolean)
val count = zipIn.read(array, 0, array.length)
if count == 0 then LazyList()
else (if count < size then array.take(count) else array).immutable(using Unsafe) #:: read()

ZipEntry(ref, read()) #:: recur()

recur().map(lambda)

0 comments on commit 2a0a2bc

Please sign in to comment.