format source with scalafmt, #26511
This commit is contained in:
parent
2ba9b988df
commit
75579bed17
779 changed files with 15729 additions and 13096 deletions
|
|
@ -47,8 +47,9 @@ class LocalConcurrencySpec(_system: ActorSystem)
|
|||
|
||||
def this() {
|
||||
this(
|
||||
ActorSystem("LocalConcurrencySpec",
|
||||
ConfigFactory.parseString("""
|
||||
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