8000 io-to-data.20 : Complete move to sequence · java-to-kotlin/code@7d28515 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7d28515

Browse files
Duncan McGregordmcg
authored andcommitted
io-to-data.20 : Complete move to sequence
1 parent c61cd04 commit 7d28515

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/travelator/marketing/HighValueCustomersMain.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ fun main() {
77
System.out.writer().use { writer ->
88
writer.appendLines(
99
generate(
10-
reader.readLines().asSequence().constrainOnce()
10+
reader.buffered().lineSequence()
1111
)
1212
)
1313
}

0 commit comments

Comments
 (0)
0