scalafix ExplicitResultTypes - for implicit members

This commit is contained in:
Bùi Việt Thành 2020-04-05 11:55:25 +07:00
parent 2c6e349c7e
commit 02b9b30354
105 changed files with 153 additions and 117 deletions

View file

@ -31,7 +31,7 @@ class SendQueueBenchmark {
val config = ConfigFactory.parseString("""
""")
implicit val system = ActorSystem("SendQueueBenchmark", config)
implicit val system: ActorSystem = ActorSystem("SendQueueBenchmark", config)
@Setup
def setup(): Unit = {