Skip to content

Commit

Permalink
[MNG-6847] Apply spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek authored and slachiewicz committed Aug 20, 2023
1 parent d48befb commit 8ca7a09
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,7 @@ public class ConfigurableParallelComputer extends Computer {

private final ExecutorService fService;

private final List<AsynchronousRunner> nonBlockers =
Collections.synchronizedList(new ArrayList<>());
private final List<AsynchronousRunner> nonBlockers = Collections.synchronizedList(new ArrayList<>());

public ConfigurableParallelComputer() {
this(true, true, Executors.newCachedThreadPool(DAEMON_THREAD_FACTORY), false);
Expand Down

0 comments on commit 8ca7a09

Please sign in to comment.