format with new Scalariform version
* and fix mima issue
This commit is contained in:
parent
839ec5f167
commit
3465a221f0
24 changed files with 114 additions and 91 deletions
|
|
@ -34,7 +34,7 @@ object HandshakeRestartReceiverSpec extends MultiNodeConfig {
|
|||
class Subject extends Actor {
|
||||
def receive = {
|
||||
case "shutdown" ⇒ context.system.terminate()
|
||||
case "identify" ⇒ sender() ! (AddressUidExtension(context.system).addressUid -> self)
|
||||
case "identify" ⇒ sender() ! (AddressUidExtension(context.system).addressUid → self)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue