mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
checkstyle and refactor
This commit is contained in:
@@ -23,8 +23,7 @@ public final class BraidsAssertFunctions {
|
||||
*/
|
||||
public static void assertThrowsException(
|
||||
@SuppressWarnings("rawtypes") final Class exnClass,
|
||||
final ClumsyRunnable withScissors)
|
||||
{
|
||||
final ClumsyRunnable withScissors) {
|
||||
try {
|
||||
withScissors.run();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user