converted tabs to spaces

This commit is contained in:
Jonas Bonér 2012-01-31 15:50:06 +01:00
parent 575ae92fb9
commit 5a1c0da8ae
7 changed files with 20 additions and 20 deletions

View file

@ -11,7 +11,7 @@ trait AbstractRemoteActorMultiJvmSpec {
nodesOpt getOrElse IndexedSeq.fill(NrOfNodes)("localhost")
}
def akkaSpec(idx: Int) = "AkkaRemoteSpec@%s:%d".format(remotes(idx), 9991+idx)
def akkaSpec(idx: Int) = "AkkaRemoteSpec@%s:%d".format(remotes(idx), 9991+idx)
def akkaURIs(count: Int): String = {
0 until count map {idx => "\"akka://" + akkaSpec(idx) + "\""} mkString ","