Skip to content

Commit

Permalink
Remove whitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
khatchad authored Nov 12, 2024
1 parent 74e4fee commit 68270ff
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,6 @@ public void setUp() throws IOException {
public void cloneEverythingConcurrent() throws IOException {
Thread[] threads = new Thread[numThreads];
final Map<String, OpenAPI> filteredMap = new ConcurrentHashMap<>();

for (int i = 0; i < numThreads; i++) {
final int id = i;
threads[i] = Thread.ofVirtual().name("SpecFilterTest").start(() -> {
Expand Down

0 comments on commit 68270ff

Please sign in to comment.