We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e79eae commit 762726cCopy full SHA for 762726c
src/main/scala/catslib/Semigroup.scala
@@ -58,7 +58,7 @@ object SemigroupSection
58
def semigroupCombineComplex(res0: Int) = {
59
import cats.implicits._
60
61
- Semigroup[Int => Int].combine(_ + 1 , _ * 10).apply(6) should be(res0)
+ Semigroup[Int => Int].combine(_ + 1, _ * 10).apply(6) should be(res0)
62
63
}
64
0 commit comments