Skip to content

Commit

Permalink
spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
carl-mastrangelo committed Dec 10, 2023
1 parent 130370b commit 625fb38
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,7 @@ public class VirtualThreadTest {
public void run() throws Exception {
Thread.currentThread().isVirtual();

var tf =
Thread.ofVirtual()
.name("bla")
.factory();
var tf = Thread.ofVirtual().name("bla").factory();
var exec = Executors.newThreadPerTaskExecutor(tf);
PerfMark.setEnabled(true);

Expand Down

0 comments on commit 625fb38

Please sign in to comment.