Skip to content

Commit

Permalink
Checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcMil committed Jan 15, 2025
1 parent 4047aae commit abed019
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -498,6 +498,7 @@ public void run() {
try {
executionService.awaitTermination(100, TimeUnit.DAYS);
} catch (InterruptedException e) {
throw new RuntimeException("Interrupted during type resolving", e);
}
}
return minTyping[0];
Expand Down

0 comments on commit abed019

Please sign in to comment.