Skip to content

Commit 0fea743

Browse files
committed
a reformat code
1 parent 368873f commit 0fea743

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

approvaltests/src/main/java/org/approvaltests/namer/AttributeStackSelector.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ public static boolean isTestableMethod(StackTraceElement element)
9999
{ return false; }
100100
return JUnitUtils.isTestableMethodForJunit(element);
101101
}
102-
103102
private boolean isJunit3Test(Class<?> clazz)
104103
{
105104
Class<?> testcase = loadClass("junit.framework.TestCase");

0 commit comments

Comments
 (0)