Skip to content

Commit b173026

Browse files
kailuowangtravisbrown
authored andcommitted
reformat
1 parent b888dec commit b173026

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/scala/cats/Bifoldable.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import simulacrum.typeclass
2727
}
2828

2929
def bifold[A, B](fab: F[A, B])(implicit A: Monoid[A], B: Monoid[B]): (A, B) = {
30-
import cats.instances.tuple._
30+
import cats.instances.tuple._
3131
bifoldMap(fab)((_, B.empty), (A.empty, _))
3232
}
3333
}

0 commit comments

Comments
 (0)