Skip to content

Commit 22c3a36

Browse files
authored
Update 06-Housekeeping.md
fix format of print
1 parent ce16903 commit 22c3a36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/book/06-Housekeeping.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1421,8 +1421,8 @@ public class VarArgs {
14211421
static void printArray(Object[] args) {
14221422
for (Object obj: args) {
14231423
System.out.print(obj + " ");
1424-
System.out.println();
14251424
}
1425+
System.out.println();
14261426
}
14271427

14281428
public static void main(String[] args) {

0 commit comments

Comments
 (0)