Skip to content

Commit 6f707d6

Browse files
committed
chore: scalafmt
1 parent b2c7073 commit 6f707d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

stream-tests/src/test/scala/org/apache/pekko/stream/scaladsl/FlowPrefixAndTailSpec.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ class FlowPrefixAndTailSpec extends StreamSpec("""
317317
// tail Source is materialized, that element must be buffered and delivered as the
318318
// first element when the tail finally subscribes (akka #20008).
319319
val publisher = TestPublisher.manualProbe[Int]()
320-
val subscriber = TestSubscriber.manualProbe[(immutable.Seq[Int], Source[Int, _])]()
320+
val subscriber = TestSubscriber.manualProbe[(immutable.Seq[Int], Source[Int, ?])]()
321321

322322
Source.fromPublisher(publisher).prefixAndTail(1).to(Sink.fromSubscriber(subscriber)).run()
323323

0 commit comments

Comments
 (0)