Skip to content

Commit

Permalink
Make formula plugin thread visible.
Browse files Browse the repository at this point in the history
  • Loading branch information
Laimiux committed Mar 22, 2024
1 parent 56a3ea9 commit d73f281
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import com.instacart.formula.plugin.Plugin
import kotlin.reflect.KClass

object FormulaPlugins {
private var plugin: Plugin? = null
@Volatile private var plugin: Plugin? = null

fun setPlugin(plugin: Plugin?) {
this.plugin = plugin
Expand Down

0 comments on commit d73f281

Please sign in to comment.