diff --git a/core/src/main/scala/ox/channels/SourceOps.scala b/core/src/main/scala/ox/channels/SourceOps.scala index 590aadee..a98ccf45 100644 --- a/core/src/main/scala/ox/channels/SourceOps.scala +++ b/core/src/main/scala/ox/channels/SourceOps.scala @@ -419,7 +419,7 @@ trait SourceCompanionOps: StageCapacity ): Source[T] = sources match - case Nil => Source.empty + case Nil => Source.empty case single :: Nil => single case _ => val c = StageCapacity.newChannel[T]