Skip to content

Commit 8ca7a09

Browse files
timtebeekslachiewicz
authored andcommitted
[MNG-6847] Apply spotless
1 parent d48befb commit 8ca7a09

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

surefire-providers/surefire-junit47/src/main/java/org/apache/maven/surefire/junitcore/ConfigurableParallelComputer.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,7 @@ public class ConfigurableParallelComputer extends Computer {
5353

5454
private final ExecutorService fService;
5555

56-
private final List<AsynchronousRunner> nonBlockers =
57-
Collections.synchronizedList(new ArrayList<>());
56+
private final List<AsynchronousRunner> nonBlockers = Collections.synchronizedList(new ArrayList<>());
5857

5958
public ConfigurableParallelComputer() {
6059
this(true, true, Executors.newCachedThreadPool(DAEMON_THREAD_FACTORY), false);

0 commit comments

Comments
 (0)