Skip to content

Commit 27777d5

Browse files
committed
Fixed indentation
1 parent ae26e15 commit 27777d5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

tests/java/itrx/chapter2/transforming/FlatMapIterableExample.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -92,12 +92,12 @@ public void exampleFlatMapLazyIterable() {
9292
(ori, rv) -> ori * rv)
9393
.subscribe(System.out::println);
9494

95-
// 1
96-
// 2
97-
// 4
98-
// 3
99-
// 6
100-
// 9
95+
// 1
96+
// 2
97+
// 4
98+
// 3
99+
// 6
100+
// 9
101101
}
102102

103103

0 commit comments

Comments
 (0)