Skip to content

Commit c4a16a7

Browse files
committed
Apply scalafmt
1 parent 3336da5 commit c4a16a7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

compat/src/test/scala/test/scala/collection/FactoryTest.scala

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@ class FactoryTest {
4242
val result = factory.fromSpecific(source)
4343
Assert.assertEquals(1, counter) // One element has been evaluated because Stream is not lazy in its head
4444
}
45-
46-
4745
@Test
4846
def factoriesAreReusable(): Unit = {
4947
def generically[M[X] <: Iterable[X]](in: M[Int], factory: Factory[Int, M[Int]]): Unit = {

0 commit comments

Comments
 (0)