scalafix ExplicitResultTypes - for implicit members
This commit is contained in:
parent
2c6e349c7e
commit
02b9b30354
105 changed files with 153 additions and 117 deletions
|
|
@ -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] = _
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue