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

@ -19,7 +19,7 @@ class FlowRecoverWithSpec extends StreamSpec {
val settings = ActorMaterializerSettings(system).withInputBuffer(initialSize = 1, maxSize = 1)
implicit val materializer = ActorMaterializer(settings)
implicit val materializer: ActorMaterializer = ActorMaterializer(settings)
val ex = new RuntimeException("ex") with NoStackTrace