Skip to content

Commit 762726c

Browse files
committed
Delete the spaces
1 parent 5e79eae commit 762726c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scala/catslib/Semigroup.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ object SemigroupSection
5858
def semigroupCombineComplex(res0: Int) = {
5959
import cats.implicits._
6060

61-
Semigroup[Int => Int].combine(_ + 1 , _ * 10).apply(6) should be(res0)
61+
Semigroup[Int => Int].combine(_ + 1, _ * 10).apply(6) should be(res0)
6262

6363
}
6464

0 commit comments

Comments
 (0)