Skip to content

Commit

Permalink
Make installGlobal public
Browse files Browse the repository at this point in the history
  • Loading branch information
armanbilge committed Aug 24, 2022
1 parent 05e6a4c commit 7efbac0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ private[unsafe] abstract class IORuntimeCompanionPlatform { this: IORuntime.type

private[this] var _global: IORuntime = null

private[effect] def installGlobal(global: => IORuntime): Boolean = {
def installGlobal(global: => IORuntime): Boolean = {
if (_global == null) {
_global = global
true
Expand Down

0 comments on commit 7efbac0

Please sign in to comment.