Cleanup
This commit is contained in:
parent
f47b913518
commit
233d22367f
6 changed files with 6 additions and 6 deletions
|
|
@ -27,7 +27,7 @@ class TestParentNode<Child : Node>(
|
|||
private val childNodeFactory: (buildContext: BuildContext, plugins: List<Plugin>) -> Child,
|
||||
) : DependencyInjectionGraphOwner,
|
||||
Node(
|
||||
buildContext = BuildContext.Companion.root(savedStateMap = null),
|
||||
buildContext = BuildContext.root(savedStateMap = null),
|
||||
plugins = emptyList(),
|
||||
view = EmptyNodeView,
|
||||
) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue