format source with scalafmt
This commit is contained in:
parent
0f40491d42
commit
ce404e4f53
1669 changed files with 43208 additions and 35404 deletions
|
|
@ -37,14 +37,18 @@ object LocalConcurrencySpec {
|
|||
}
|
||||
}
|
||||
|
||||
class LocalConcurrencySpec(_system: ActorSystem) extends TestKit(_system)
|
||||
with WordSpecLike with Matchers with BeforeAndAfterAll with ImplicitSender {
|
||||
class LocalConcurrencySpec(_system: ActorSystem)
|
||||
extends TestKit(_system)
|
||||
with WordSpecLike
|
||||
with Matchers
|
||||
with BeforeAndAfterAll
|
||||
with ImplicitSender {
|
||||
import LocalConcurrencySpec._
|
||||
|
||||
def this() {
|
||||
this(ActorSystem(
|
||||
"LocalConcurrencySpec",
|
||||
ConfigFactory.parseString("""
|
||||
this(
|
||||
ActorSystem("LocalConcurrencySpec",
|
||||
ConfigFactory.parseString("""
|
||||
akka.actor.provider = "cluster"
|
||||
akka.remote.netty.tcp.port=0
|
||||
akka.remote.artery.canonical.port = 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue