Code format
This commit is contained in:
parent
586ea97e26
commit
f89990306f
@ -26,8 +26,7 @@ public class HockeyManager {
|
||||
|
||||
public void PrintNameAndAgeOfTheYoungestPlayer() {
|
||||
|
||||
if (player_list.isEmpty())
|
||||
{
|
||||
if (player_list.isEmpty()) {
|
||||
System.out.println("No players yet ");
|
||||
return;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user