Skip to content

Commit

Permalink
scalafmtAll
Browse files Browse the repository at this point in the history
  • Loading branch information
homycdev committed Jul 4, 2023
1 parent 3c3f980 commit 1298f25
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/shared/src/main/scala/cats/effect/IO.scala
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,8 @@ sealed abstract class IO[+A] private () extends IOPlatform[A] {
/**
* Shifts the execution of the current IO to the specified [[java.util.concurrent.Executor]].
*
* @see [[evalOn]]
* @see
* [[evalOn]]
*/
def evalOnExecutor(executor: Executor): IO[A] =
IO.asyncForIO.evalOnExecutor(this, executor)
Expand Down

0 comments on commit 1298f25

Please sign in to comment.