Skip to content

Commit

Permalink
scalafmt
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherDavenport committed Dec 3, 2020
1 parent 6b89536 commit c2ec23c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions std/shared/src/main/scala/cats/effect/std/Random.scala
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ import cats.effect.kernel._
import scala.util.{Random => SRandom}

/**
* Random is the ability to get random information, each time getting
* a different result.
*
* Alumnus of the Davenverse.
*/
* Random is the ability to get random information, each time getting
* a different result.
*
* Alumnus of the Davenverse.
*/
trait Random[F[_]] {

/**
Expand Down

0 comments on commit c2ec23c

Please sign in to comment.