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 // this will be sent to all 4 routees
routerWithBroadcast ! DoBroadcastLog("msg") routerWithBroadcast ! DoBroadcastLog("msg")
Behaviors.empty Behaviors.empty
// #broadcast // #broadcast
} }
// #pool // #pool
) )

View file

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

View file

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