Add type annotation for public method (#29184)

This commit is contained in:
yiksanchan 2020-06-05 01:42:11 -07:00 committed by GitHub
parent d73ae8ddb2
commit 26db4c1f79
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -192,7 +192,7 @@ final class LmdbDurableStore(config: Config) extends Actor with ActorLogging {
}
}
def receive = init
def receive: Receive = init
def init: Receive = {
case LoadAll =>