Satisfy checkstyle after last merged PR

This commit is contained in:
Alexey Andreev 2023-09-21 16:04:43 +02:00
parent 887528531f
commit 94e34188c3
2 changed files with 0 additions and 2 deletions

View File

@ -29,7 +29,6 @@
<module name="RightCurly"/> <module name="RightCurly"/>
<module name="HideUtilityClassConstructor"/> <module name="HideUtilityClassConstructor"/>
<module name="EmptyStatement"/> <module name="EmptyStatement"/>
<module name="EqualsHashCode"/>
<module name="InnerAssignment"/> <module name="InnerAssignment"/>
<module name="SimplifyBooleanExpression"/> <module name="SimplifyBooleanExpression"/>
<module name="SimplifyBooleanReturn"/> <module name="SimplifyBooleanReturn"/>

View File

@ -23,7 +23,6 @@ import java.util.Optional;
import java.util.stream.Collectors; import java.util.stream.Collectors;
import org.junit.Test; import org.junit.Test;
import org.junit.runner.RunWith; import org.junit.runner.RunWith;
import org.teavm.classlib.java.lang.DoubleTest;
import org.teavm.junit.TeaVMTestRunner; import org.teavm.junit.TeaVMTestRunner;
import org.teavm.junit.WholeClassCompilation; import org.teavm.junit.WholeClassCompilation;