format source with scalafmt, #509
This commit is contained in:
parent
223a338f0e
commit
71f8b9d3a4
3 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
)
|
||||
|
|
|
|||
|
|
@ -568,7 +568,7 @@ object StyleGuideDocExamples {
|
|||
timers.isTimerActive("aa")
|
||||
stash.isEmpty
|
||||
Behaviors.empty
|
||||
// #nesting
|
||||
// #nesting
|
||||
}))
|
||||
// #nesting
|
||||
}
|
||||
|
|
|
|||
|
|
@ -208,7 +208,7 @@ object ShoppingCartBehavior {
|
|||
case _ =>
|
||||
}
|
||||
}
|
||||
// #signal-handler
|
||||
// #signal-handler
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue