Merge pull request #603 from MartinThoma/apply-pre-commit

MAINT: Apply pre-commit
This commit is contained in:
Jeff Atwood
2022-03-05 14:30:55 -06:00
committed by GitHub
536 changed files with 6267 additions and 5556 deletions

View File

@@ -148,9 +148,9 @@ public class TicTacToe2 {
System.out.println("THATS NOT 'Y' OR 'N', TRY AGAIN");
in.nextLine();
}
}
}
break;
}
}
}
}