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