Code format
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user