Skip to content

Commit 2b8a29e

Browse files
committed
Explicit type.
1 parent 8fd01b1 commit 2b8a29e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coreExtCatsEffect/src/main/scala/japgolly/scalajs/react/util/EffectCatsEffect.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ object EffectCatsEffect {
3939

4040
// ===================================================================================================================
4141

42-
implicit lazy val io = new AsyncIO(ReactCatsEffect.runtimeFn)
42+
implicit lazy val io: AsyncIO = new AsyncIO(ReactCatsEffect.runtimeFn)
4343

4444
class AsyncIO(runtime: () => IORuntime) extends Async.WithDefaults[IO] {
4545

0 commit comments

Comments
 (0)