Skip to content

Commit

Permalink
Resolve a warning
Browse files Browse the repository at this point in the history
  • Loading branch information
IgnatBeresnev committed Jun 16, 2023
1 parent be91cbb commit 0a8fc22
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -184,7 +184,7 @@ class LinkableContentTest : BaseAbstractTest() {
}

testFromData(configuration) {
renderingStage = { rootPageNode, dokkaContext ->
renderingStage = { rootPageNode, _ ->
// TODO [beresnev] :(((
// val newRoot = DefaultSamplesTransformer(dokkaContext).invoke(rootPageNode)
val newRoot = rootPageNode
Expand Down

0 comments on commit 0a8fc22

Please sign in to comment.