format source with scalafmt, #26511
This commit is contained in:
parent
2ba9b988df
commit
75579bed17
779 changed files with 15729 additions and 13096 deletions
|
|
@ -237,8 +237,9 @@ abstract class MultiDcSplitBrainSpec extends MultiNodeSpec(MultiDcSplitBrainMult
|
|||
Await.ready(system.whenTerminated, remaining)
|
||||
|
||||
val port = Cluster(system).selfAddress.port.get
|
||||
val restartedSystem = ActorSystem(system.name,
|
||||
ConfigFactory.parseString(s"""
|
||||
val restartedSystem = ActorSystem(
|
||||
system.name,
|
||||
ConfigFactory.parseString(s"""
|
||||
akka.remote.netty.tcp.port = $port
|
||||
akka.remote.artery.canonical.port = $port
|
||||
akka.coordinated-shutdown.terminate-actor-system = on
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue