Fix afficher

This commit is contained in:
Meutel 2019-06-22 08:22:46 +02:00
parent 64af6ce32e
commit f816fd180f
1 changed files with 0 additions and 2 deletions

View File

@ -69,7 +69,6 @@ public class Utils {
.collect(Collectors.joining(" ")); .collect(Collectors.joining(" "));
System.out.println(str); System.out.println(str);
} }
System.out.print(' ');
} }
public static final void afficherTabInt(int... args) { public static final void afficherTabInt(int... args) {
if (args == null) { if (args == null) {
@ -81,7 +80,6 @@ public class Utils {
.collect(Collectors.joining(" ")); .collect(Collectors.joining(" "));
System.out.println(str); System.out.println(str);
} }
System.out.print(' ');
} }
public static int lireEntier() { public static int lireEntier() {