format source with scalafmt, #509

This commit is contained in:
Auto Format 2023-07-30 11:29:52 +02:00 committed by Matthew de Detrich
parent 223a338f0e
commit 71f8b9d3a4
3 changed files with 3 additions and 3 deletions

View file

@ -111,7 +111,7 @@ class RouterSpec extends ScalaTestWithActorTestKit("pekko.loglevel=warning") wit
// this will be sent to all 4 routees
routerWithBroadcast ! DoBroadcastLog("msg")
Behaviors.empty
// #broadcast
// #broadcast
}
// #pool
)

View file

@ -568,7 +568,7 @@ object StyleGuideDocExamples {
timers.isTimerActive("aa")
stash.isEmpty
Behaviors.empty
// #nesting
// #nesting
}))
// #nesting
}

View file

@ -208,7 +208,7 @@ object ShoppingCartBehavior {
case _ =>
}
}
// #signal-handler
// #signal-handler
}
}