chore: bump scalafmt to 3.9.7 (#1916)
This commit is contained in:
parent
21ad8968b1
commit
9577b01b10
308 changed files with 689 additions and 688 deletions
|
|
@ -51,7 +51,7 @@ class AffinityPoolComparativeBenchmark {
|
|||
requireRightNumberOfCores(cores)
|
||||
|
||||
val mailboxConf = mailbox match {
|
||||
case "default" => ""
|
||||
case "default" => ""
|
||||
case "SingleConsumerOnlyUnboundedMailbox" =>
|
||||
s"""default-mailbox.mailbox-type = "${classOf[pekko.dispatch.SingleConsumerOnlyUnboundedMailbox].getName}""""
|
||||
}
|
||||
|
|
|
|||
|
|
@ -55,7 +55,7 @@ class AffinityPoolRequestResponseBenchmark {
|
|||
requireRightNumberOfCores(cores)
|
||||
|
||||
val mailboxConf = mailbox match {
|
||||
case "default" => ""
|
||||
case "default" => ""
|
||||
case "SingleConsumerOnlyUnboundedMailbox" =>
|
||||
s"""default-mailbox.mailbox-type = "${classOf[pekko.dispatch.SingleConsumerOnlyUnboundedMailbox].getName}""""
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue