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
|
// this will be sent to all 4 routees
|
||||||
routerWithBroadcast ! DoBroadcastLog("msg")
|
routerWithBroadcast ! DoBroadcastLog("msg")
|
||||||
Behaviors.empty
|
Behaviors.empty
|
||||||
// #broadcast
|
// #broadcast
|
||||||
}
|
}
|
||||||
// #pool
|
// #pool
|
||||||
)
|
)
|
||||||
|
|
|
||||||
|
|
@ -568,7 +568,7 @@ object StyleGuideDocExamples {
|
||||||
timers.isTimerActive("aa")
|
timers.isTimerActive("aa")
|
||||||
stash.isEmpty
|
stash.isEmpty
|
||||||
Behaviors.empty
|
Behaviors.empty
|
||||||
// #nesting
|
// #nesting
|
||||||
}))
|
}))
|
||||||
// #nesting
|
// #nesting
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -208,7 +208,7 @@ object ShoppingCartBehavior {
|
||||||
case _ =>
|
case _ =>
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// #signal-handler
|
// #signal-handler
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue