semicolon aren't such a thing in Scala
This commit is contained in:
parent
94afbee179
commit
6cb5cbfae7
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ object DistributedPubSubMediatorSpec extends MultiNodeConfig {
|
|||
case s: String ⇒
|
||||
log.info("Got {}", s)
|
||||
case SubscribeAck(Subscribe("content", None, `self`)) ⇒
|
||||
log.info("subscribing");
|
||||
log.info("subscribing")
|
||||
}
|
||||
}
|
||||
//#subscriber
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue