Skip to content

Commit

Permalink
Ktlint fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanLennox committed Oct 15, 2024
1 parent 4e4afae commit 5470f0a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/test/kotlin/org/ice4j/socket/SocketPoolTest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,9 @@ class SocketPoolTest : ShouldSpec() {
val pool = SocketPool(loopbackAny, numSockets)
val elapsed = sendTimeOnAllSockets(pool, numThreads)
if (!warmup) {
println("Send ${Sender.NUM_PACKETS} packets on ${numSockets} sockets on ${numThreads} threads " +
"took $elapsed"
println(
"Send ${Sender.NUM_PACKETS} packets on $numSockets sockets on $numThreads threads " +
"took $elapsed"
)
}
}
Expand Down

0 comments on commit 5470f0a

Please sign in to comment.