Skip to content

Commit

Permalink
scalafmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Jasper-M committed Sep 12, 2024
1 parent 72d547c commit 062120d
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion core/shared/src/main/scala/cats/effect/IO.scala
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,23 @@

package cats.effect

import cats.{Align, Alternative, CommutativeApplicative, Eval, Functor, Id, Monad, Monoid, Now, Parallel, Semigroup, SemigroupK, Show, StackSafeMonad, Traverse}
import cats.{
Align,
Alternative,
CommutativeApplicative,
Eval,
Functor,
Id,
Monad,
Monoid,
Now,
Parallel,
Semigroup,
SemigroupK,
Show,
StackSafeMonad,
Traverse
}
import cats.data.Ior
import cats.effect.instances.spawn
import cats.effect.kernel.CancelScope
Expand Down

0 comments on commit 062120d

Please sign in to comment.