scalafix ExplicitResultTypes - for implicit members
This commit is contained in:
parent
2c6e349c7e
commit
02b9b30354
105 changed files with 153 additions and 117 deletions
|
|
@ -16,7 +16,7 @@ class TakeLastSinkSpec extends StreamSpec {
|
|||
|
||||
val settings = ActorMaterializerSettings(system).withInputBuffer(initialSize = 2, maxSize = 16)
|
||||
|
||||
implicit val mat = ActorMaterializer(settings)
|
||||
implicit val mat: ActorMaterializer = ActorMaterializer(settings)
|
||||
|
||||
"Sink.takeLast" must {
|
||||
"return the last 3 elements" in {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue