Skip to content

Commit

Permalink
reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
kailuowang authored and travisbrown committed Nov 5, 2019
1 parent b888dec commit b173026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/scala/cats/Bifoldable.scala
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import simulacrum.typeclass
}

def bifold[A, B](fab: F[A, B])(implicit A: Monoid[A], B: Monoid[B]): (A, B) = {
import cats.instances.tuple._
import cats.instances.tuple._
bifoldMap(fab)((_, B.empty), (A.empty, _))
}
}
Expand Down

0 comments on commit b173026

Please sign in to comment.