Skip to content

Commit a3d2a2b

Browse files
committed
Remove empty statement
1 parent c79a62d commit a3d2a2b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

gradle/config/checkstyle/checkstyleMain.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
<module name="HideUtilityClassConstructor"/>
3838
<module name="ModifierOrder"/>
3939
<module name="EqualsAvoidNull"/>
40+
<module name="EmptyStatement"/>
4041
</module>
4142

4243
<module name="JavadocPackage" />

junit-platform-engine/src/main/java/org/junit/platform/engine/ExecutionRequest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ private ExecutionRequest(TestDescriptor rootTestDescriptor, EngineExecutionListe
6767
this.outputDirectoryProvider = outputDirectoryProvider;
6868
this.requestLevelStore = requestLevelStore;
6969
this.cancellationToken = Preconditions.notNull(cancellationToken, "cancellationToken must not be null");
70-
;
7170
}
7271

7372
/**

0 commit comments

Comments
 (0)