format source with scalafmt
This commit is contained in:
parent
0f40491d42
commit
ce404e4f53
1669 changed files with 43208 additions and 35404 deletions
|
|
@ -10,8 +10,7 @@ import com.typesafe.config.{ Config, ConfigFactory }
|
|||
import MessageLoggingSpec._
|
||||
|
||||
object MessageLoggingSpec {
|
||||
def config(artery: Boolean) = ConfigFactory.parseString(
|
||||
s"""
|
||||
def config(artery: Boolean) = ConfigFactory.parseString(s"""
|
||||
akka.loglevel = info // debug makes this test fail intentionally
|
||||
akka.actor.provider = remote
|
||||
akka.remote {
|
||||
|
|
@ -70,4 +69,3 @@ abstract class MessageLoggingSpec(config: Config) extends AkkaSpec(config) with
|
|||
TestKit.shutdownActorSystem(remoteSystem)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue