Skip to content

Commit 6664067

Browse files
SaumaySaumay Khandelwal
authored andcommitted
Formatting changes
1 parent 0a3c7b4 commit 6664067

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • 17 - Stream API/17.1 - Printing values using external iteration/src

17 - Stream API/17.1 - Printing values using external iteration/src/Test.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ External Iterations (loop outside the object)
1515
- for each loop
1616
Internal Iterations (loop inside the object)
1717
- forEach method
18-
*/
18+
*/
1919

2020
import java.util.Arrays;
2121
import java.util.Iterator;

0 commit comments

Comments
 (0)