Skip to content

Commit 63d0cd7

Browse files
committed
scalafmt
1 parent d676edd commit 63d0cd7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

core/shared/src/test/scala/fs2/StreamCombinatorsSuite.scala

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -847,7 +847,9 @@ class StreamCombinatorsSuite extends Fs2Suite {
847847
downstream.compile.lastOrError.intercept[SevenNotAllowed.type]
848848
}
849849

850-
test("upstream interruption causes immediate downstream termination with all elements being emitted") {
850+
test(
851+
"upstream interruption causes immediate downstream termination with all elements being emitted"
852+
) {
851853

852854
val sourceTimeout = 5.5.seconds
853855
val downstreamTimeout = sourceTimeout + 2.seconds

0 commit comments

Comments
 (0)