Skip to content

Commit

Permalink
trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
kailuowang committed Oct 11, 2017
1 parent e7a6413 commit 80c5c09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/scala/cats/syntax/package.scala
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ package object syntax {
object bifunctor extends BifunctorSyntax
object bifoldable extends BifoldableSyntax
object bitraverse extends BitraverseSyntax
@deprecated("use cats.syntax.semigroupal instead", "1.0.0-RC1")
@deprecated("use cats.syntax.semigroupal instead", "1.0.0-RC1")
object cartesian extends SemigroupalSyntax
object coflatMap extends CoflatMapSyntax
object eitherK extends EitherKSyntax
Expand Down

0 comments on commit 80c5c09

Please sign in to comment.