Skip to content

Commit

Permalink
Merge pull request #16 from softwaremill/fix-formatting
Browse files Browse the repository at this point in the history
Fix formatting in SourceOps
  • Loading branch information
adamw authored Oct 9, 2023
2 parents a554f4e + ce9d6e1 commit f9adb7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/scala/ox/channels/SourceOps.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit f9adb7d

Please sign in to comment.