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

@ -39,7 +39,7 @@ class MapAsyncBenchmark {
}
""")
implicit val system = ActorSystem("MapAsyncBenchmark", config)
implicit val system: ActorSystem = ActorSystem("MapAsyncBenchmark", config)
import system.dispatcher
var testSource: Source[java.lang.Integer, NotUsed] = _